-
As a better and more interesting model than YOLOACT, It would be really nice to have [CenterMask](https://arxiv.org/pdf/1911.06667.pdf) model implemented.
-
# Reference
- [ ] [paper - 2019 - CenterMask : Real-Time Anchor-Free Instance Segmentation](https://arxiv.org/pdf/1911.06667.pdf)
- [ ] [paper - 2019 - An Energy and GPU-Computation Efficient Backbo…
-
## ❓ Questions and Help
` File "tools/train_net.py", line 189, in
main()
File "tools/train_net.py", line 182, in main
model = train(cfg, args.local_rank, args.distributed)
File "too…
-
Hi,
thanks to your wonderful FCOS work, we propose a real-time instance segmentation, called [CenterMask](https://arxiv.org/abs/1911.06667), that is built upon the FCOS.
Thanks for your excellent…
-
Hi,when i try to run demo/webcam.py i get the error
_pickle.UnpicklingError: pickle data was truncated
Here is the full result:
Traceback (most recent call last):
File "webcam.py", line 80, in…
-
I trained model with custom dataset.
"python tools/test_net.py" works fine, shows results.
But when I try to run centermask_demo.py to visialize results I get error.
Problem is with custom dataset …
-
Hi @youngwanLEE ,
Would you please help me how can I do finetuning on the existed models to get the mask of only one class (person) of coco dataset? I need my model to detect only person, not 80 ob…
-
IndexKernel.cu:135: operator(): block: [13,0,0], thread: [16,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed.
File "/home/jarin/contrib/centermask2/centerm…
-
Hi! and thank you for your great work.
After the installation I tried to run a random inference with the demo file:
`python3 demo/demo.py --config-file configs/centermask/Base-CenterMask-ResNet.…
-
Hi there! Thanks of the amazing repository.
I tried training my model with custom data (following `detectron2` [guidelines](https://detectron2.readthedocs.io/tutorials/datasets.html)) with annotati…