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

Process bundled (zip) data upload #77

Closed EriktHove closed 1 year ago

EriktHove commented 1 year ago

See Flowchart for design (for now not necessary) Update Flowchart

RobvdDuim commented 1 year ago
EriktHove commented 1 year ago

Should be independent of folder structure

EriktHove commented 1 year ago

what seemed to work for the migration issues in the sensordata_sensordata database was deleting all the migration files (except the init file) in the sensordata app. (Watch the dependencies here)

Then I created a new migration file using 'python label_studio/manage.py makemigrations

That at first didnt work so I used the command python label_studio/manage.py migrate sensordata zero python label_studio/manage.py migrate

This did the trick