occupancy_flow
occupancy_flow copied to clipboard
This repository contains the code for the ICCV 2019 paper "Occupancy Flow - 4D Reconstruction by Learning Particle Dynamics"
I tried to run demo, but it failed with this error; ``` from .pykdtree.kdtree import KDTree File "__init__.pxd", line 885, in init pykdtree.kdtree ValueError: numpy.ufunc has the wrong size, try...
objective: solve the problem https://github.com/autonomousvision/occupancy_flow/issues/8 what I did: create docker files and let share the result with host machine so that we can visualize the result using e.g. meshlab.
Thanks for sharing your code, the paper is really interesting. I hope to use it for future work and cite it! I'm mostly posting this for visibility due to some...
Could you provide the code for generating warping cars? Thanks!!!
 Hi, thanks for sharing the code, I'm doing quantitative comparison with oflow! I use your code and run pointcloud oflow_pretrained to generate and evaluate, but got some results like...
Hi, I am trying to apply your model to image sequences,. However, I did not see tutorial in this repository. I wonder what kind of images I should have. Thanks!
Greetings, I am trying to replicate the results of the pre-trained models you provide by training everything from scratch. However, it seems to me that the number of iterations you...