Yifan Wu
Yifan Wu
Is it means that bounding box after NMS and before NMS???
How can I use the model I trained before to test a picture I took in the real world ?
File "train.py", line 255, in train() File "train.py", line 165, in train images, targets = next(batch_iterator) File "/home/chenzw/anaconda3/envs/tensor3/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 271, in next raise StopIteration StopIteration
why not share the code to test the dataset
Congratulations, very effective work. I have some questions about your work, hope you can give some advice for your convenience. 1. Why only subtruct mean of gallery, do you have...
I set the learning rate =1e-5 and batch_size=2
your repository of keras faster r-cnn is perfect, I think you should not deprecated it. I have a problem when I run the test_frcnn. But I have no place to...