rqqwd

Results 13 issues of rqqwd

Does this version support pytorch0.4.0?

@rbgirshick Hi,when i run the demo.py on windows,there was an erro shows: `Traceback (most recent call last): File "demo.py", line 18, in from fast_rcnn.test import im_detect File "D:\py-faster-rcnn-master\tools\..\lib\fast_rcnn\test.py", line 17,...

I want to add the seNet to faster-rcnn,but there is an erro shows " Check failed: ExactNumBottomBlobs() == bottom.size() (3 vs. 2) Axpy Layer takes 3 bottom blob(s) as input.".Can...

@layumi my configuration is cpu+matlab 2016a+vs2015+win10. first,i run 'gpu_compile' to compile the matconvnet,and shows that the compilation is successful.then i want to run 'test_gallery_query_razy',but there was an error shows that:...

Hi, I am very sorry to bother you again.I change the line from `fc751Block = dagnn.Conv('size',[1 1 2048 751],'hasBias',true,'stride',[1,1],'pad',[0,0,0,0]); ` to `fc751Block = dagnn.Conv('size',[1 1 2048 1367],'hasBias',true,'stride',[1,1],'pad',[0,0,0,0]); `,And no other...

## PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING 1. **Read the README.md thoroughly ! README.md is not a decoration.** 2. Please search existing *open and closed* issues in case your issue...

Do you have an OIM loss of caffe version?Thank you!

Hi,i want to know if this network architecture is improved on the previous network architecture in the artical "A Discriminatively Learned CNN Embedding for Person Re-identification"?I noticed a lot of...

Thank you very much for your outstanding work. I have reproduced your code in the past few days. The accuracy is one or two percentage points lower than the one...