ShapeNet / RenderForCNN

Render for CNN: Viewpoint Estimation in Images Using CNNs Trained with Rendered 3D Model Views
Other
248 stars 82 forks source link

About texture #1

Open winstywang opened 8 years ago

winstywang commented 8 years ago

Why the texture of models are not rendered?

winstywang commented 8 years ago

I find that only part of the models will not render the texture, quite wired.

charlesq34 commented 8 years ago

While most models have textures, some models do not (e.g. bicycles).

On Mon, Jan 25, 2016 at 10:42 PM, Naiyan Wang notifications@github.com wrote:

I find that only part of the models will not render the texture, quite wired.

— Reply to this email directly or view it on GitHub https://github.com/ShapeNet/RenderForCNN/issues/1#issuecomment-174859319 .

Charles Ruizhongtai Qi PhD Candidate at Stanford AI Lab Email: rqi@stanford.edu Phone: (650)-804-3839

winstywang commented 8 years ago

Here is a render result for the same model using the provided codes and the results on shapenet website. Model ID: b96d8d6400e319eb8d6ee799b331d163

bed1 bed2

bittnt commented 8 years ago

Got puzzle here as well. Is this because the texture png image path are messed up or those texture png files are missing?

winstywang commented 8 years ago

@bittnt Did you meet the same situation? I have never modify the mtl file which defines the texture for the model.

bittnt commented 8 years ago

@winstywang Yes. I have also seen some textures are missing. Maybe because of the texture files are broken (not downloaded correctly) or missing.

winstywang commented 8 years ago

I tried to load it with other renderer, it works well. Is it a bug within blender, or do we need to load the texture in the codes?

suhaochina commented 8 years ago

Maybe you can try this renderer: https://github.com/shi-jian/mitsuba-shapenet

It works a lot better than blender for ShapeNet data. I haven't tried it for this specific model, though.

HaoxuZhang commented 5 years ago

@winstywang I met the same situation. Have you solved this problem?