We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cf6fb commit 0422b69Copy full SHA for 0422b69
readme.md
@@ -8,6 +8,12 @@ camera perspective using ray-plane intersections and camera modeling. It feature
8
- A command-line interface for estimating object sizes from user input
9
- Unit tests to verify the implementation
10
11
+The `core` folder contains all the logic related to the geometric size estimation,
12
+while the rest of the project is dedicated to providing utility/test scripts to use it.
13
+Most user should only use the `cli` folder to estimate object sizes from the command line
14
+or the `fps_demo` folder to visualize and interact in an fps-like environment (instructions below).
15
+Advanced user might create custom scripts that leverage functions from the `core` folder.
16
+
17
---
18
19
## Examples
0 commit comments