3dlg-hcvc / paris

[ICCV 2023] Official implementation of the paper "PARIS: Part-level Reconstruction and Motion Analysis for Articulated Objects"
https://3dlg-hcvc.github.io/paris/
MIT License
61 stars 2 forks source link

scripts to render images for *.obj file #7

Closed DJNing closed 7 months ago

DJNing commented 11 months ago

Hi, would it be possible to provide scripts to render images with the preprocessed *.obj files you provided?

DJNing commented 8 months ago

Just a follow-up, is there a chance that the image rendering scripts will be released?

SevenLJY commented 8 months ago

A demo script is added to the utils folder. Please feel free to check out.

shengjie-lin commented 1 month ago

Hi, would you please tell me how to do "STEP 0: Load .obj files into the blender scene", as that part is left out in the blender_cam.py. I tried the following line of code bpy.ops.wm.obj_import(filepath='datasets/_data/sapien/laptop/10211/textured_objs/start/start.obj'), but the rendering would be textureless, as shown in the image. 0001 Looking forward to your response, thank you!