AlexsaseXie
AlexsaseXie
I did several experiments about BN layers for OccNet. With BN layers, the training will be much stable and the final reconstruction results will be more 'average' and generally well....
For me, the problem is that the provided pretrained model (amazonaws is blocked by GFW) cannot be downloaded directly from mainland China. Need VPN.
Voxel data is only used for evaluation. Nearly all of the deep learning network approaches to do the task of 3D reconstruction use voxel iou as a metric but not...
The encoder is resnet18 which is specialized for input image of 224 * 224. You cannot change the input size to 448 unless you modify the encoder. Nevertheless, I think...
> @hearables-pkinsella Can you try to add this in your main python script before you `import mesh_to_sdf`: > > `os.environ['PYOPENGL_PLATFORM'] = 'egl'` > > Please let me know if this...
Hummmmmmm. It seems that this is an environment problem that cannot be solved easily. When you install pyrender by `pip3 install pyrender`. The PyOpenGL required by pyrender should be version...
The author released the rendering script in this [commit](https://github.com/chrischoy/3D-R2N2/commit/3f621154844cca4ecce03da56609ffe98563de9c). After some sort of modification you can use it to render the view images by `blender --python blender_renderer.py`.(Install blender first)
I modified the script and made it work on ShapeNet.v1/ Here are some hints (Working on Ubuntu 16.04): - If you install blender by `apt install blender`, the blender you...
> Hi @AlexsaseXie ,how did you set the value of "cfg.RENDERING.MAX_CAMERA_DIST" in blender_renderer.py? > And could you please share anything else that need to be modified? That value is 1.75....
As you mentioned in #https://github.com/Xharlie/DISN/issues/3, it should be taking no more than 3 days to train. While I used a single 2080ti and trained for 3 days. I found the...