facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.36k stars 7.33k forks source link

when I run export_model.py get KeyError: 'Non-existent config key: MODEL.FCOS', why? #4940

Closed fxooooooooo closed 1 year ago

fxooooooooo commented 1 year ago

Instructions To Reproduce the 🐛 Bug:

  1. Full runnable code or full changes you made:
    
    If making changes to the project itself, please use output of the following command:
    git rev-parse HEAD; git diff
``` 2. What exact command you run: 3. __Full logs__ or other relevant observations: ``` ``` 4. please simplify the steps as much as possible so they do not require additional resources to run, such as a private dataset. ## Expected behavior: If there are no obvious error in "full logs" provided above, please tell us the expected behavior. ## Environment: Provide your environment information using the following command: ``` wget -nc -q https://github.com/facebookresearch/detectron2/raw/main/detectron2/utils/collect_env.py && python collect_env.py ``` If your issue looks like an installation issue / environment issue, please first try to solve it yourself with the instructions in https://detectron2.readthedocs.io/tutorials/install.html#common-installation-issues
github-actions[bot] commented 1 year ago

We found that not enough information is provided about this issue. Please provide details following the issue template.

github-actions[bot] commented 1 year ago

Requested information was not provided in 7 days, so we're closing this issue.

Please open new issue if information becomes available. Otherwise, use github discussions for free-form discussions.

anthonyweidai commented 8 months ago

Same problem

WYBupup commented 8 months ago

@anthonyweidai same problem, have you solved it?

anthonyweidai commented 7 months ago

@anthonyweidai same problem, have you solved it?

Check registry of your added parts.

pppwzj commented 3 months ago

@anthonyweidai same problem, have you solved it?

Check registry of your added parts.

请问是怎么解决的,可以细说吗