facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.22k stars 5.45k forks source link

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

Open adeebakausar opened 4 years ago

adeebakausar commented 4 years ago

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 commented 4 years ago

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 cla@fb.com. Thanks!