-
Notifications
You must be signed in to change notification settings - Fork 75
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
run train.py occur error #1
Comments
I have the same problem. |
@zhenyezi @zhenyezi |
git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git and cd py-faster-rcnn/lib and make |
@pnnnnnnn , Is the trained results right? |
still training, for now i've trained for 70 epochs and the total loss dropped from 0.66 to 0.19 |
@pnnnnnnn , what is the meaning of "uncomment all "from .utils.bbox import box_op" and change "box_op" to "bbox_overlaps""? comment or uncomment? |
oh, sorry, it's "comment" |
@pnnnnnnn do you check the box_op and bbox_overlaps have the same function? |
there's no box_op function |
@yongqiangzhang1 @zhangxydlut @MADONOKOUKI @pnnnnnnn |
"No module named cython_bbox" and "No module named bbox" are solved by your compiled |
@yongqiangzhang1 |
nms works, thank you very much. |
Did you get the same MR as the paper? |
not yet(?), i've trained for 200 epochs(2k iterations per epoch, batchsize 4, gpu 1050ti) and got 16.53 on the best model, and now i'm decreasing the lr from 1e-4 to 1e-5 for 100 epochs |
Hi, still the question, did you get the same MR as the paper? The best score I have got is 16.33. A BIG GAP. |
the best i've got is 13.18, maybe it's because my small batchsize(only 4) that i can't reach 12.01 |
hi, when i run the test.py, also have the same problem. i use python3.5 @VideoObjectSearch |
hi, @VideoObjectSearch , when i use the nms.zip, i have the problem: i use CUDA9.0, how can i compile to make it work? |
|
I meet the same problem, do you find the cuda 9 version of nms? |
you can try nms.zip |
hi, i meet the same question, have you solved it? |
@yongqiangzhang1 @pnnnnnnn |
when I run train.py ,I run into some error
File "/ghome/zhenye/ALFNet-master/keras_alfnet/data_generators.py", line 7, in
from .utils.cython_bbox import bbox_overlaps
ImportError: No module named cython_bbox
besides,
File "/ghome/zhenye/ALFNet-master/keras_alfnet/data_generators.py", line 8, in
from .utils.bbox import box_op
ImportError: No module named bbox
I want to ask the author whether miss the two functions or I miss some important operations?
The text was updated successfully, but these errors were encountered: