Commit 2ba30e33 authored by Nafis A Abeer's avatar Nafis A Abeer
Browse files

updated dependency list

parent 473a7964
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -44,16 +44,6 @@ Testing in this project is divided into two main categories:
1. Object Detection Tests:
   - These tests are run using the `mvn test` command. They focus on edge cases and the precision of data structures like 'Point', 'objectSet', and 'boundingBox'.

2. YOLO Tests:
   - Navigate to the YOLO testing directory and compile the `YOLOTest` class. This will execute tests for the YOLO object detection framework, outputting bounding boxes on images and generating corresponding CSV files for verification.

   Testing Commands:
    `cd path/to/yolo_test_directory`
    `javac YOLOTest.java`
    `java YOLOTest`

    This will compare the output with provided baseline image (`KeyFrame_0060.csv`) to verify accuracy and reproducibility.

Execution:
----------
To compile and run the project:
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
        <maven.compiler.target>17</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <exec.mainClass>top.BackendJava</exec.mainClass>
        <!-- <exec.mainClass>yolo.YOLODetector</exec.mainClass> -->
    </properties>

    <build>

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
−6.38 KiB

File deleted.

Loading