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

FileNotFoundError in DataLoader: template_level2.json not found during training #33

Open
h-vaj opened this issue Dec 27, 2023 · 0 comments

Comments

@h-vaj
Copy link

h-vaj commented Dec 27, 2023


Traceback (most recent call last):
File "train.py", line 141, in
train()
...
File "/src/dataloader/bop.py", line 72, in init
self.load_metaData(
File "/src/dataloader/base.py", line 131, in load_metaData
templates_metaData = load_json(
File "/src/utils/inout.py", line 54, in load_json
with open(path, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: './datasets//datasets/tless/train/train_primesense/000001/template_level2.json'

Encountering a FileNotFoundError during training . The issue arises in the DataLoader while attempting to load the file template_level2.json.
This issue is consistently reproducible with the provided steps. The template_level2.json file is expected to be present in the specified directory, but it seems to be missing during the training run

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