Closed monajalal closed 7 months ago
Hi @monajalal,
Thanks for trying out the labeling tool!
The stacktrace states FileNotFoundError: [Errno 2] No such file or directory '../test_data/models/models_info.json'.
However, looking at the output of your tree
command, the file should to exist.
But looking at the folder structure, you are missing a "camera" folder. Scenes (000000
) should be inside of this folder.
Also, pass --models_dir
and --images_dir
arguments when starting the backend, e.g. python api.py --path ../test_data --models_dir models --images_dir real_camera
.
Does this solve the issue?
I have 4 test images in a test_data folder and created a models folder inside it with the models_info.json
and
I have
as you see no images get loaded or no Scenes.
I tried to follow
Sim-to-Real Dataset of Industrial Metal Objects
paper structure for data.