fortytwotokens
fortytwotokens
git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git and cd py-faster-rcnn/lib and make then copy the utils document from py-faster-rcnn to the utils document from ALFNet then uncomment all "from .utils.bbox import box_op" and...
> @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" comment all "from .utils.bbox...
> @pnnnnnnn do you check the box_op and bbox_overlaps have the same function? there's no box_op function
> > > @pnnnnnnn , Is the trained results right? > > > > > > still training, for now i've trained for 70 epochs and the total loss dropped...
> > > > > @pnnnnnnn , Is the trained results right? > > > > > > > > > > > > still training, for now i've trained...
i have the same problem. i update networkx from 2.2 to 2.3 and fix this problem