We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Segment Anything V2 on Custom Data
[rank0]: Traceback (most recent call last): [rank0]: File "/usr/local/lib/python3.10/dist-packages/hydra/_internal/instantiate/_instantiate2.py", line 92, in _call_target [rank0]: return target(*args, **kwargs) [rank0]: File "/kaggle/working/content/sam2/training/dataset/vos_raw_dataset.py", line 170, in init [rank0]: subset = os.listdir(self.img_folder) [rank0]: FileNotFoundError: [Errno 2] No such file or directory: '/content/data/train'
The code in train is hardcoded for content data train, despite renaming the files, the issue still persists.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Notebook name
Segment Anything V2 on Custom Data
Bug
[rank0]: Traceback (most recent call last):
[rank0]: File "/usr/local/lib/python3.10/dist-packages/hydra/_internal/instantiate/_instantiate2.py", line 92, in _call_target
[rank0]: return target(*args, **kwargs)
[rank0]: File "/kaggle/working/content/sam2/training/dataset/vos_raw_dataset.py", line 170, in init
[rank0]: subset = os.listdir(self.img_folder)
[rank0]: FileNotFoundError: [Errno 2] No such file or directory: '/content/data/train'
The code in train is hardcoded for content data train, despite renaming the files, the issue still persists.
Environment
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: