DIGITS
DIGITS copied to clipboard
Is Stride Adjustable?
Hello,
I am attempting to DetectNet to detect smaller objects (15-100px). From what I have read the default stride of 16 is better for larger onbjects (50-400px). I am trying to adjust the stride but adjusting the stride seem to change the dimensionality of a few different layers, causing the training to error. I have traced the net back and it seem that the net is specifically tailored to a stride of 16. Is there a procedure for lowering the stride in the DetectNet implementation?
Hey,
I have been successfully able to train for smaller objects. Here are the links that helped me:
https://groups.google.com/d/topic/digits-users/zx_UYu3jlt8/discussion https://github.com/NVIDIA/DIGITS/issues/1521 https://github.com/NVIDIA/DIGITS/issues/980 https://github.com/NVIDIA/DIGITS/issues/1011
There are a few more issues if you can dig a little bit...
Hope it helps.
Hey kanakiyab Could you share a little more details about how you done it? And can you achieve high accuracy with small objects (like 15-20 px) ?
Thanks in advance