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

How should I run the code you provided #10

Open
sunnyandshine opened this issue Jan 6, 2025 · 3 comments
Open

How should I run the code you provided #10

sunnyandshine opened this issue Jan 6, 2025 · 3 comments

Comments

@sunnyandshine
Copy link

The runtime shows this error:
ValueError: /path/to/train/set\device_repository.json does not exist, exiting.

@vladsterz
Copy link
Member

hello @sunnyandshine , I suppose you're trying to train the network.
To train the network you need a json file with the camera intrinsic parameters of the cameras from which your dataset is created, as it's explained in the paper. You can create the json yourself by seeing how its read at importers/intrinsics.py

@sunnyandshine
Copy link
Author

hello @sunnyandshine , I suppose you're trying to train the network. To train the network you need a json file with the camera intrinsic parameters of the cameras from which your dataset is created, as it's explained in the paper. You can create the json yourself by seeing how its read at importers/intrinsics.py

Hi, can you provide me with some datasets there?

@vladsterz
Copy link
Member

Sadly I dont have access to any of the data

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

2 participants