facebookresearch / DeepSDF

Learning Continuous Signed Distance Functions for Shape Representation
MIT License
1.38k stars 255 forks source link

Question about the number of categories related to the network. #69

Closed taeyeopl closed 3 years ago

taeyeopl commented 3 years ago

Thanks for sharing good work!

I have a simple question about your work. Q1. Dose DeepSDF covers all the categories (ex. chair, plane, table, lamp, sofa) of one network? Or Does It requires one class per one network for training and inference??

amaleki2 commented 3 years ago

Given there are different config files for different classes in the example folder, I suspect there should be one model per class.

taeyeopl commented 3 years ago

@amaleki2 Thanks for your replry.