Commit 9247e686 authored by Rohan  Kumar's avatar Rohan Kumar
Browse files

removed target

parent 1948ae66
Loading
Loading
Loading
Loading

target/classes/README.md

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line

# Entry into System

Things that are true:
1. 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
2. A student should also be able to choose between different object and get information (need interactive display)
3. 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
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
server.port = 5555
spring.main.log-startup-info = false
logging.level.org.springframework.web=debug
#spring.data.mongodb.uri = mongodb+srv://zanem:<YXQiSFkSVqxPTs3M>@cluster0.axhv9kg.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
 No newline at end of file
−10 KiB

File deleted.

−611 KiB

File deleted.

Loading