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
I have download DenseFusion code based on pytorch-1.0. I have the following package versions: Pytorch: 1.6.0 cude: 10.1
When I run ./experiments/scripts/train_linemod.py
I receive the following error: ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
some people suggested compiling the lib/knn using python setup.py install. Although, in my downloaded repository, I do not find any setup.py file.
Please, can somebody inform how to build and run this code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have download DenseFusion code based on pytorch-1.0.
I have the following package versions:
Pytorch: 1.6.0
cude: 10.1
When I run ./experiments/scripts/train_linemod.py
I receive the following error:
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
some people suggested compiling the lib/knn using python setup.py install. Although, in my downloaded repository, I do not find any setup.py file.
Please, can somebody inform how to build and run this code.
The text was updated successfully, but these errors were encountered: