WXinlong / ASIS

Associatively Segmenting Instances and Semantics in Point Clouds, CVPR 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pretrained model belongs to which log

iris0329 opened this issue · comments

commented

Hi !
In test.py, how to match your pretrained model with the arg:

--model_path
log1/epoch_99.ckpt

I mean the pretrained model belongs to which log ?

Thanks for help !

@iris0329 Hi, you can directly set --model_path to the path of your downloaded model. Or, put it under log5/, and set --model_path log5/epoch_99.ckpt.
The line 4 of train.sh can be used as a reference:)

commented

Thank you