ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
671 stars 290 forks source link

Error in train.py #99

Closed Ram-Godavarthi closed 6 years ago

Ram-Godavarthi commented 6 years ago

@ijkguo Line number 33 and 38 , Both the parameters are given as args.img_long_side.. One should be args.img_short_side....

If it is correct , please let me know. Thank You

ijkguo commented 6 years ago

intentional

Ram-Godavarthi commented 6 years ago

@ijkguo reason??