-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whether I can use this code on windows7/10? #8
Comments
Hello, I was also executed on windows. I haven't succeeded yet. If you solve it, can you give me some experience? Thank you. |
you can use the python code def rescore(overlap, scores, thresh, type='gaussian'): def soft_nms(dets, thresh, max_dets):
|
Thank you for your reply. I have another question. Max_dets = max (dets)? @bharatsingh430 |
Should be length, check the msra repo, I pasted from there
On Mon, May 21, 2018 at 9:28 AM niuniu111 ***@***.***> wrote:
Thank you for your reply. I have another question. Max_dets = max (dets)?
@bharatsingh430 <https://github.com/bharatsingh430>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFpAgq3BAuDr7bpNCaDlIPLQ1D-dHD-Qks5t0sERgaJpZM4OnizH>
.
--
Regards,
Bharat
|
请问你解决了吗?Have you solved it yet? |
Wonderful work. My platform is Windows 10+caffe+py-R-FCN and it works well.
In order to use soft-nms, I added the code in nms_wrapper.py, cpu_nms.py and config.py following your guide. Then compile the lib folder.
But when I test the caffemodel using soft_nms, I gotted error below.
'ImportError: cannot import name cpu_soft_nms'
Is there anyone has test soft-nms successfully on Windows?
The text was updated successfully, but these errors were encountered: