Haozhi Qi

Results 19 comments of Haozhi Qi

I guess, the reason is that './lib' is not in your PATH. You should use $FRCN_ROOT/tools/test_net.py to do evaluation since it will import _init_paths, which will insert './lib' into your...

I want overall stat. p1, p2, s1, s2, m1, m2 are also overall stat. https://github.com/HaozhiQi/RPIN/blob/master/rpin/trainer.py#L176-L180 Is there any difference between the current implementation and AverageMeter? It looks like the AverageMeter...

> > I want overall stat. p1, p2, s1, s2, m1, m2 are also overall stat. https://github.com/HaozhiQi/RPIN/blob/master/rpin/trainer.py#L176-L180 > > Is there any difference between the current implementation and AverageMeter? It...

i'll close this since it's inactive for 3 months. feel free to reopen if needed.

Could you check whether you compiled with GPU?

1. If you only want to train on VOC, do 1 and 3. If you only want to train on COCO, do 2 and 3. 2. Yes. You need to...

We use cudnn6, it's possible that the interface of cudnn_convolution has been changed.