Reinaldo Maslim
Reinaldo Maslim
it seems that segfault at import torch line in DQN.py
Hi Dusty, Yes, pytorch runs well in python. It didn't work on this platform: ubuntu 16.04 cuda 8 cudnn 6 gcc 5.4 gtx 1080ti, but it works on other similar...
The network weight is partially downloaded, try downloading https://github.com/smallcorgi/3D-Deepbox/blob/master/demo_model/demo_model.data-00000-of-00001 again, it should be around 161 MB.
i got the same error, even though i turned opencv=0 it still persists
Yes, it has been done
maybe change line 99 to: ` if num_nz%2!=0: ind[np.arange(1, num_nz, 2)] = (ind_stream/ (2**4))[:-1] else: ind[np.arange(1, num_nz, 2)] = (ind_stream/ (2**4))`