j96w/DenseFusion

torch.utils.ffi is deprecated

zahid990170 opened this issue · 0 comments

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.