-
Notifications
You must be signed in to change notification settings - Fork 52
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
Non-existent config key: MODEL.BACKBONE.OUT_CHANNELS #7
Comments
Hi, |
Hi, |
I've got the same problem, and there's no solution at this time. |
Hi @ahong007007, |
[environment collection script from PyTorch]
You can get the script and run it with: PyTorch Version (e.g., 1.0): torch-nightly 1.0.0.dev20190312 OS (e.g., Linux): Linux 2de17d7e2498 3.10.0-327 How you installed PyTorch (conda, pip, source): Build command you used (if compiling from source): Python version: py3.6 CUDA/cuDNN version: 9.0 GPU models and configuration: Any other relevant information: |
Obviously, there is a different version of maskrcnn-benchmark in your pip. You need to remove it first and then run |
I followed the installation instructions and everything went fine until wanted to test the pre-trained model by executing:
python tools/test_net.py --config-file ./configs/retina/retinanet_mask_R-50-FPN_2x_adjust_std011_ms.yaml MODEL.WEIGHT ./models/retinanet_mask_R-50-FPN_2x_adjust_std011_ms_model.pth MODEL.MASK_ON False
This leads to the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: