ygryadit / Towards3DVRSketch

The repository for the code for the paper: "Towards 3D VR-Sketch to 3D Shape Retrieval" Ling Luo, Yulia Gryaditskaya, Yongxin Yang, Tao Xiang, Yi-Zhe Song. Proceedings of International Conference on 3D Vision (3DV)
19 stars 2 forks source link

Confusion about some paths in run_render_mesh.py #1

Open kaiwu119 opened 2 years ago

kaiwu119 commented 2 years ago

Thanks for sharing this project, I love this project and I want to try it out. After some modifications, I've been able to run the training code, but there doesn't seem to be any code for using. Now, I want to retrieve the five most suitable objects based on the 3D sketches like in your paper. How can I achieve this function after getting the training model. Looking forward to your answer, thanks.

Rowl1ng commented 2 years ago

@kaiwu119 Thank you a lot for pointing out that. I’ve updated rendering scripts in the recent commit https://github.com/ygryadit/Towards3DVRSketch/commit/ba272699423dcd939d3a80939dd6c64bf166eb91 The evaluation code has been updated in the commit https://github.com/ygryadit/Towards3DVRSketch/commit/2d1fa36d7653b2d45239b4227c1cd3e161ad897c You can use it to retrieve the top-k shapes.

I use PyTorch 1.7.0

On 24 Feb 2022, 10:41 +0800, kaiwu @.***>, wrote:

Thanks for sharing this project. I want to try it out, but I have encountered some problems. There are many paths in run_render_mesh.py that I don't know how to replace, such as "S:\Research\VR_Sketch\chair_1005_obj*.obj", which folder is this chair_1005_obj. There is also the file "render_meshes_shaded_black_bg.blend" which I can't seem to find. Also, can you specify which version of the deep learning framework you are using? Looking forward to your answer, thanks. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>