You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m encountering the following error when running the project:
FileNotFoundError: [Errno 2] No such file or directory: '/workspace/assets/uv_valid_verty_noEyes_debug.npy'
I’ve checked the repository, and this file is referenced in the code, but the entire assets/ folder appears to be listed in .gitignore.
However, I couldn’t find any step in the installation instructions or the preprocessing pipeline where these assets are downloaded or regenerated. Could you please clarify:
• Is there a specific reason why the assets/ folder is ignored?
• Should I manually remove it from .gitignore and commit the assets myself?
• Or are they supposed to be downloaded from an external source not mentioned in the documentation?