Forked from
EC504 Spring 2024 Group Projects / Group8
76 commits behind the upstream repository.
-
Rohan Kumar authoredRohan Kumar authored
Code owners
README.md 642 B
Entry into System
Things that are true:
- A student should be able to build the system, then press run, then open a localhost and see the video and the point cloud of each object
- A student should also be able to choose between different object and get information (need interactive display)
- The entry needs to do the entire workflow
- get keyframes and featurepoints
- get objects from keyframes
- start object detection
- finish object detection and update database
- ping GUI server
- GUI server pulls information and displays point cloud to user
TODO: function to process each frame within the ObjectSet