z

Results 4 issues of z

As far as I understand, the trainval list of voc2007 consists of 5011 images. If 5 of 20 classes are removed (for all three kinds of splits), there are still...

Is `n_y` computed from the whole dataset or each batch? Thanks a lot.

I run `python train.py --gpu 0` on a 6G TITAN Z, and in epoch240, only achieve mAP 73.7.(vgg16_reduced,300x300,voc07+12trainval, voc07 test) Did this result from my single GPU? Should I use...

I want to know inference time of this network like xx FPS, should I use the code in `evaluate.py` or `demo.py` or deploy it ,or any other way? P.S. I...