Leotju / MGAN

Mask-Guided Attention Network for Occluded Pedestrian Detection. (ICCV'19)
128 stars 26 forks source link

How to train a model? #3

Open wangzhiming68 opened 4 years ago

wangzhiming68 commented 4 years ago

I cannot find 'train.py', should I use 'mmdetection/tools/train.py'? Thanks!

yustaub commented 4 years ago

can you run the Testing step?

yustaub commented 4 years ago

can you run the Testing step? Sorry, I cannot run the Testing step, because I cannot download pretrained model from PRC. So I want to train the model myself.

I download the 50_65pth,but I still can't run the Testing step,I crete a folder named models,and put the 50_65.pth in it ,run the step ,and still error:launch.py: error: argument --nproc_per_node: invalid int value: 'models/50_65.pth'

hezhu1996 commented 4 years ago

@Leotju Do you mind to share the train file in the github. I think this code is just for testing instead of training cause some of the file for training is missing. Very appriciate if you can release them XD

RituYadav92 commented 4 years ago

@Leotju Same request. Or, could you guys provide information on how loss is implemented or can provide some reference?

ShaneGilroy commented 4 years ago

Hi All,

Can you let me know which version of Pytorch, MMCV and MMDetection you used to get this running for basic test purposes? It is not compatible with the last two versions of mmdetection from what I gather.

TonojiKiobya commented 1 year ago

I am also waiting for the information where the loss function was implemented!