AI-Sensus / M-MOVE-IT

M-MOVE-IT is multi-type data labeling and annotation tool with standardized output format. This till simplifies the proces for multimodal annotation and synchronizes sensors. This repo is forked from labelstudio.
Apache License 2.0
0 stars 2 forks source link

Reduce the time it takes to upload data and delete data, especially csv data #176

Closed RobvdDuim closed 8 months ago

RobvdDuim commented 11 months ago

When using the upload_sensor_data() method a task gets generated for every row in a csv file. This takes a lot of time, especially when deleting. It would be nice if at most one task (or no tasks) will be generated if data gets uploaded to the data_import project

RobvdDuim commented 11 months ago

See issue #172

RobvdDuim commented 10 months ago

Solution idea: None of the tasks are needed only the url of the file/chunks, so do not use LS api when uploading csv data. Just put it in the folder. So change upload_sensor_data to upload upload_video and create new method for upload_timeseries

RobvdDuim commented 10 months ago

Easier solution: don't delete tasks