qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

Problem about train_partseg #37

Closed SkySeWker closed 1 year ago

SkySeWker commented 1 year ago

ModuleNotFoundError: No module named 'models.Hengshuang'??

qq456cvb commented 1 year ago

I have tested with hydra==1.2.0 with no problems, can you pull the latest code and try again?

SkySeWker commented 1 year ago

I wil try that.Thanks for your reply!

qq456cvb commented 1 year ago

Make sure you have exported current directory to env variable PYTHONPATH

Lizhinwafu commented 1 year ago

I have tested with hydra==1.2.0 with no problems, can you pull the latest code and try again?

Can I provide test files? I want to visualize the test results.

qq456cvb commented 1 year ago

Hi,

You can currently borrow the code from L133 of train_cls.py to test the results. In order to visualize, you can use visdom with labels set. I will update test files once I have more time.