tiongleslie / 3D-C2FT

MIT License
11 stars 1 forks source link

Train and mIOU on ShapeNet #1

Open george-kalitsios opened 1 year ago

george-kalitsios commented 1 year ago

Nice job! could you also provide the training script? I also have a question concerning the ShapeNet taxonomy. Which json file did you use? I received an error message while evaluating on Shapenet. " sample_count = len(taxonomy[self.dataset_type]) KeyError: 'test'"

tiongleslie commented 1 year ago

Hi,

Thank you for the comment.

I have shared the training code in the repository. About the json file for ShapeNet taxonomy, we downloaded the file from ShapeNet website. I also provide in the repository.

Please ensure that the directory is under "dataset/ShapeNet".

Thanks