-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo dataset added to labelstudio on every run #126
Comments
I haven't seen that before - here is the logic that checks to see if the demo dataset has been imported: Line 116 in 3942b2c
Do you see the demo dataset anywhere in |
I just restarted the app and this is what I see. Inside the mentioned folder it looks like this:
|
If you open up the I haven't run into this issue before locally or on the cloud, I wonder if running on your network is part of the issue? Though I'm not sure off the top of my head why that would be any different as far as the creation of this LS demo dataset is concerned. |
These ar ethe contents of the -info file
Is it normal that Pose App keept creating more and more of these files? there are now 2k files in the folder since yesterday |
no definitely not normal - on startup the app checks all the *-info files and if it finds one with the title "mirror-mouse-example" and "task_number">=90 it should skip that step. not sure why the file you shared above isn't triggering that. one hack for now would be to update the "import_demo_dataset" function in app.py, which looks like this:
to this:
(i.e. don't run this function) Not a pretty fix but should work. I can try looking into the issue on my side but I haven't seen this behavior before so might be a bit tricky. Can you run |
Another thing I noticed is that whenever I restart the app, it spawns an additional "mouse mirror" project in label studio. As if it's adding to the label studio database every time it is restarted.
Originally posted by @hummuscience in #125 (comment)
The text was updated successfully, but these errors were encountered: