SamsungLabs / fcaf3d

[ECCV2022] FCAF3D: Fully Convolutional Anchor-Free 3D Object Detection
MIT License
229 stars 37 forks source link

train.py: error: unrecognized arguments: --load-from fully_conv_s3dis.pth #32

Closed PengboLi1998 closed 2 years ago

PengboLi1998 commented 2 years ago

Hi,it is me again.I want to use the your offered pretrained model of s3dis to train my own dataset.So I need to use the 'load-from' to fine tune the model.But when i use the 'load-from',it throws the error: train.py: error: unrecognized arguments: --load-from fully_conv_s3dis.pth How to deal with this situation? Thank you very much!

filaPro commented 2 years ago

I think you can set load_from argument directly in config file, e.g. here.