Skip to content
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

create_coco_roidb error #357

Open
FirasKedidi opened this issue Apr 21, 2021 · 0 comments
Open

create_coco_roidb error #357

FirasKedidi opened this issue Apr 21, 2021 · 0 comments

Comments

@FirasKedidi
Copy link

Hello,
I want to train a faster rcnn model on my custom data.
I followed the getting started tutorial but when I ran the create_coco_roidb command I got this error.
PS: I am using colab.
`%%shell
cd ./simpledet
mkdir -p data/src
mkdir -p data/newspaper/annotations
ln -s content/drive/MyDrive/training_dataset_1/training_dataset.json data/newspaper/annotations/instances_train2007.json
ln -s content/drive/MyDrive/validation (1)/validation_dataset.json data/newspaper/annotations/instances_val2007.json

mkdir -p simpledet/data/coco/images
ln -s 'content/drive/MyDrive/training_dataset_1' data/newspaper/images/train2007
ln -s 'content/drive/MyDrive/validation (1)' data/newspaper/images/val2007
python ./simpledet/utils/create_coco_roidb.py --dataset newspaper --dataset-split train2007
python ./simpledet/utils/create_coco_roidb.py --dataset newspaper --dataset-split val2007
`
The error is in the level of create_coco_roidb
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant