fast-rcnn icon indicating copy to clipboard operation
fast-rcnn copied to clipboard

Training issue

Open javier-castan opened this issue 10 years ago • 2 comments

I'm trying to train a custom dataset following the instructions but I'm getting some errors, I guess the problem is with the input images format (mine are 640x480 and 480x640), can anyone please give me any help with this?

The error I'm getting when training is:

Traceback (most recent call last): File "./tools/train_net.py", line 80, in roidb = get_training_roidb(imdb) File "/workspace/fastrcnn/fastrcnn/tools/../lib/fast_rcnn/train.py", line 107, in get_training_roidb imdb.append_flipped_images() File "/workspace/fastrcnn/fastrcnn/tools/../lib/datasets/imdb.py", line 104, in append_flipped_images assert (boxes[:, 2] >= boxes[:, 0]).all() AssertionError

javier-castan avatar Aug 18 '15 23:08 javier-castan

A few of us have faced this issue. You can find that discussion here.

https://github.com/rbgirshick/fast-rcnn/issues/11

anuchandra avatar Aug 26 '15 22:08 anuchandra

Hi, @javier-castan I've met the problem and how to solve it? Could you tell me?

firestonelib avatar May 05 '17 06:05 firestonelib