-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Mask_R-CNN_demo assert error #185
Comments
Same problems here! |
@keineahnung2345 Seems the most decent master branch has the logic error. But I cloned last night work fine...................... No idea what changed here. But I can also reproduce this logic error. |
@keineahnung2345 Currently, you can change it back to this logic:
|
I merged a PR yesterday that is the culprit. I'll fix this in the next 2h. Sorry for the trouble! |
@fmassa Hope to hear your responses soon! :-) Just try to dig into problems by myself. Could not find a clue. |
@antran89 @fmassa @jinfagang Hello, I tried to fix this problem and open a PR in my own repo: https://github.com/keineahnung2345/maskrcnn-benchmark/pull/1/files. |
I've fixed this issue in #187 |
@fmassa it solved! |
* fix the same issue as #185 * add fix from the previous change
* add force json option * fix the same issue as #185 * bug fix * cityscapes config * update paths catalog * discard config change * organize code for more-datasets * use better representation for coco-style datasets * rename coco-style config * remove import * chmod 644 * make the config more verbose * update readme * rename * chmod
I encountered it when I cloned and installed https://github.com/Maosef/maskrcnn-benchmark today, as I need the fix of this PR: #271 |
…esearch#213) * fix the same issue as facebookresearch#185 * add fix from the previous change
* add force json option * fix the same issue as facebookresearch#185 * bug fix * cityscapes config * update paths catalog * discard config change * organize code for more-datasets * use better representation for coco-style datasets * rename coco-style config * remove import * chmod 644 * make the config more verbose * update readme * rename * chmod
🐛 Bug
Error when run the webcam or notebook demo
To Reproduce
Steps to reproduce the behavior:
Mask_R-CNN_demo.ipynb
Expected behavior
Environment
Please copy and paste the output from the
environment collection script from PyTorch
(or fill out the checklist below manually).
You can get the script and run it with:
Collecting environment information...
PyTorch version: 1.0.0.dev20181119
Is debug build: No
CUDA used to build PyTorch: None
OS: Mac OSX 10.13.6
GCC version: Could not collect
CMake version: Could not collect
Python version: 2.7
Is CUDA available: No
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
Versions of relevant libraries:
[pip] 18.0
[conda] Could not collect
Additional context
The text was updated successfully, but these errors were encountered: