sumit3203 / ACTIVESEGMENTATION

Active Segmentation Project
https://sumit3203.github.io.
Other
6 stars 19 forks source link

Implement scripts for creating tables for database and creating a session #72

Closed aaryan-gautam closed 1 year ago

aaryan-gautam commented 1 year ago

Created SQLite_Init_Del.java and TestSQLCells .java

SQLite_Init_Del.java creates the table for the database.

TestSQLCells .java creates a session with a specific session id and given dataset path and adds all data to the tables for the assigned database. The session id can be modified with the sessionID variable . The dataset path can be passed as an argument.