Skip to content
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

f10_fps referenced before assignment #31

Closed
djanders19 opened this issue Apr 14, 2021 · 1 comment
Closed

f10_fps referenced before assignment #31

djanders19 opened this issue Apr 14, 2021 · 1 comment

Comments

@djanders19
Copy link

djanders19 commented Apr 14, 2021

Hey there, I'm attempting to run this on the .csvs output by DLC on mouse data. Whenever I run the following code from the docs:
f_10fps, trained_tsne, scaler, gmm_assignments, classifier, scores = bsoid_py.main.build(TRAIN_FOLDERS)

I get the following error:
image

As best I can guess, it looks like the program is not able to read the files from my Train folder. Here is what that folder looks like (I just dumped all my csvs in there):
image

I've attached a text file of my local config for BSOID Umap - note that the videos, csvs, and BSOID code are not all stored in the same directory - is this an issue?

Any help appreciated

config.txt

@djanders19
Copy link
Author

Resolved: issue was with file paths - inspecting the code it looks like it always wants unix style file paths rather than windows style (with '/' rather than '\').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant