facebookresearch/iSDF

Visualization not advancing past first frame

sbuch-cpu opened this issue · 2 comments

Hello, thanks for publishing this work its potential applications are very interesting.
I've been trying to get the replicaCAD example working as outlined in the README.md file. I am able to download the data and launch the iSDF viewer, however, the process never advances past frame 0 before saying the sequence has ended (20 minutes and a few hundred steps later). I'm wondering if there is some command or button that I'm missing to get it to move onto the next frame?

I have a similar issue. Originally I was also only getting the initial key frame when allocating 4-5 CPU cores, however now I'm getting between 2-3 frames when allocating 8 CPU cores (see images below).

image

image

Still, this number of keyframes seems too small. I expect this is a result of the machine I'm using which limits me to only using the cpu version of PyTorch.

My setup is:

Regarding the conda environment, I found the provided environment.yml file gave me ResolvePackageNotFound errors for 20+ packages. I solved this by adding conda-forge as channel in the .yml file, removing channel specifications for all packages, and removing version specifications for all packages besides python, setuptools, pyglet, and pip.

When running on a GPU rather than just a CPU it was able to run properly