Benny
Benny
Hi @2311762665, thanks for your attention. We are organizing the codebase and will release it around the ECCV conference.
> I notice that there are 14 classes and I'd like to know the colors corresponding to those classes, 'cause I want to transfer the output to an image to...
Because this algorithm just for RGBD input
it in EnetGnn function of model.py, I didn't get pointcloud in preprocessing ==
there is a algorithm transfering RGBD to pointcloud, so it just need RGBD as input. 3DGNN(https://github.com/xjqicuhk/3DGNN) also use this method, right? ==
yes, but I have not finished the data processing part of modeling the nyudv2 dataset directly. Instead, I used the HHA images copied by others. If I had time, I...
You can set `use_gpu = False` in `run.py`
Yes, this is pytorch version https://github.com/xjqicuhk/3DGNN , if you have any question we can discuss together, I would like to do something with 3dgnn, too :)
Thank you very much for your advice. If you find any further problems in the future, you can let me know at any time. :)
> Thank you for sharing great code! I just want to use this code step by step, and it needs to train a model in the pose2vid network step. Can...