Xavier Weber
Xavier Weber
It seems the error is with the texture files. If you put the **.obj** file in a separate folder, it loads in Open3D correctly. If you need the textures, take...
I'm afraid I don't understand your question; could you elaborate on what your 'test_file' would be?
Hi guys, Thanks for the question/discussion. I am using TensorFlow 1.14.0 and it's working. I added a requirements.txt. Let me know if it works.
Hi Ali, To upscale the images, you only need the .pb files. So I am not sure why it's asking you for the prototxt file. Are you using the **upscaleFromPb(path)**...
I had the same error. My problem was that I did not install nvidia-docker. You can install by following the instructions here: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
> Hi, > I wonder the version of tensorflow and python. I run the code and it gives me message that the version is not matched. > > Thanks. Hi...
In the original paper and my code, we only use the general-100 dataset for finetuning. During the finetuning stage, the learning-rate is halfed (compared to the training stage). But you...
See https://github.com/hughw19/NOCS_CVPR2019/issues/22#issuecomment-629722026 For the real data: [[591.0125, 0, 322.525], [0, 590.16775, 244.11084], [0, 0, 1]] For the synthetic data: [[577.5, 0, 319.5], [0., 577.5, 239.5], [0., 0., 1.]]