Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Can we train the Faster RCNN with customer data set? #942

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

adeebakausar
Copy link

@adeebakausar adeebakausar commented Sep 18, 2019

when i try it with customer dataset , the following error occurred

/content/Detectron
Traceback (most recent call last):
File "tools/train_net.py", line 33, in
import test_net
File "/content/Detectron/tools/test_net.py", line 39, in
from core.test_engine import run_inference
File "/content/Detectron/lib/core/test_engine.py", line 34, in
from core.rpn_generator import generate_rpn_on_dataset
File "/content/Detectron/lib/core/rpn_generator.py", line 42, in
from datasets import task_evaluation
File "/content/Detectron/lib/datasets/task_evaluation.py", line 45, in
import datasets.cityscapes_json_dataset_evaluator as cs_json_dataset_evaluator
File "/content/Detectron/lib/datasets/cityscapes_json_dataset_evaluator.py", line 31, in
from datasets.dataset_catalog import DATASETS
ImportError: No module named dataset_catalog

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

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

Successfully merging this pull request may close these issues.

3 participants