lijiajun

Results 18 comments of lijiajun

@DaChaoXc @KrasusC @nicci1771 I met the problem you mentioned. Have you figured it out? "./tools/train_net.py", line 80, in roidb = get_training_roidb(imdb) File "/home/xc/fast-rcnn-master/tools/../lib/fast_rcnn/train.py", line 107, in get_training_roidb imdb.append_flipped_images() File "/home/xc/fast-rcnn-master/tools/../lib/datasets/imdb.py",...

@nw362 nice work! I will fetch you code, thank you.

@leefionglee @athus1990 @kshalini i trained with ImageNet, but met an error in /lib/rpn/anchor_target_layer.py. ``` #error Process Process-1: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File...

@banxiaduhuo @LiberiFatali Because, the ratio of images width and height is too small or large. You could remove that images and solve this problem.

@monkeykju all work focus on coding lib/datasets/pascal_voc.py and lib/datasets/factory.py you could read this, https://github.com/andrewliao11/py-faster-rcnn/blob/master/README.md

@Anubhav7 Out of memory?I guess.

@zhenni @zachluo I still get this error. CUDA_ARCH := -gencode=arch=compute_20,code=sm_20 \ -gencode=arch=compute_30,code=sm_30 \ -gencode=arch=compute_35,code=sm_35 \ -gencode=arch=compute_50,code=sm_50

you should check your path for tensorflow. dist-packages or site-packages I made a mistake in spelling, GOD.