vasgaowei / pytorch_MELM

The pytorch implementation of the Min-Entropy Latent Model for Weakly Supervised Object Detection
104 stars 19 forks source link

How to run coco datesets by pytorch_MELM? #24

Open jieruyao49 opened 4 years ago

jieruyao49 commented 4 years ago

How to run coco datesets by pytorch_MELM? When i run the trainval_net, why the cls_det_loss = 0?

vasgaowei commented 3 years ago

I have another project COCO which can run coco datasets. You can check the COCO branch. And it's simple to modify codes for running MELM. And if you have any trouble implementing MELM based on COCO, you can open issue or just contact me: vasgaowei@gmail.com. As for cls_det_loss = 0, I hope you upload the training logs to see what happens.