Commit dab8af99 authored by Rohan  Kumar's avatar Rohan Kumar
Browse files

"adding csv reading"

parent 554ac62e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@
/dataSources/
/dataSources.local.xml
../.DS_store
../target/
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -42,6 +42,11 @@
            <version>5.7.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mongodb</groupId>
            <artifactId>mongodb-driver-sync</artifactId>
            <version>5.0.1</version>
        </dependency>
    </dependencies>
    
</project>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
package database;

import com.mongodb.ConnectionString;
import com.mongodb.MongoClientSettings;
import com.mongodb.MongoException;
+3 −2
Original line number Diff line number Diff line
object_detection/PointSet.class
object_detection/ObjectSet.class
object_detection/ObjectDetector.class
object_detection/Backend.class
object_detection/ObjectSet.class
object_detection/Point.class
object_detection/ObjectDetectionServer.class
object_detection/Backend.class
database/MongoDBAtlasConnection.class
+1 −0
Original line number Diff line number Diff line
/Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetector.java
/Users/roku/IdeaProjects/group8/src/main/java/database/MongoDBAtlasConnection.java
/Users/roku/IdeaProjects/group8/src/main/java/object_detection/Point.java
/Users/roku/IdeaProjects/group8/src/main/java/object_detection/PointSet.java
/Users/roku/IdeaProjects/group8/src/main/java/object_detection/ObjectDetectionServer.java