Closed vickerse1 closed 1 year ago
I tried running in the ASOID/asoid folder, and the appearance of the app in streamlit in the browser now looks better and has a different color scheme somehow.
I still get the permissions error with the test data, even when I try to load it from either the ASOID or ASOID/asoid folder.
When I try to load my own data from a deeplabcut pose file, the labels are identified and it seems to be working, but then I get this indexing error:
IndexError: list index out of range
Traceback:
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\streamlit\scriptrunner\script_runner.py", line 557, in _run_script
exec(code, module.__dict__)
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\asoid\app.py", line 332, in <module>
main()
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\asoid\app.py", line 328, in main
application_function()
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\asoid\apps\A_data_preprocess.py", line 19, in main
processor.main()
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\asoid\utils\load_preprocess.py", line 572, in main
self.compile_data()
File "C:\ProgramData\Anaconda3\envs\asoid_b\lib\site-packages\asoid\utils\load_preprocess.py", line 458, in compile_data
self.input_labelfiles.append(self.label_csvs[i].name)
Can you help?
Thanks,
Evan
PermissionError: [Errno 13]
This can have multiple reasons:
But for your case, it is most likely the full path. The solution should look like this:
I am reopening your three issues into separate issues to make it easier for others to find them.
Hi,
In Windows 10, ASOID now runs in streamlit successfully, but I get this error when I try to preprocess the test dataset provided on the github page:
I tried running locally to the ASOID install and got this error...so, I moved the test data folder to my users folder (documents), but I got the same error.
Do you have any ideas?
Thanks,
Evan