Commit 8a18ff9b authored by Nafis A Abeer's avatar Nafis A Abeer
Browse files

remove targets

parent c475fef2
Loading
Loading
Loading
Loading
(6 KiB)

File changed.

No diff preview for this file type.

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 −2
Original line number Diff line number Diff line
server.port = 5555
#spring.data.mongodb.uri = mongodb+srv://zanem:<YXQiSFkSVqxPTs3M>@cluster0.axhv9kg.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
 No newline at end of file
−7.6 KiB

File deleted.

Loading