-
https://github.com/lsrock1/maskscoring_rcnn.detectron2/blob/20a69da631158880dd881c9473ffda85523450db/detectron2/modeling/roi_heads/roi_heads.py#L702
Is there a return statement missing?
-
Excuse me, as title i want to train centermask on my own dataset. i already prepared my own dataset according to COCO format. But i dont know where the code i should change or how to package the data.…
-
Hi @youngwanLEE
I was trying centermask2 on a different dataset other than COCO.
I use a single V100 GPU.
I put Batch size to 8 and remain MIN_SIZE_TRAIN unchanged.
The config file I used is `c…
-
@youngwanLEE
When I tried to test the model, there are some touble fllow:
`Traceback (most recent call last):
File "tools/test_net.py", line 97, in
main()
File "tools/test_net.py", line…
-
## 综述
- STOA papers with code [[url]](https://paperswithcode.com/sota/object-detection-on-coco)
- 【DeepLearning综述】 DeepLearning Detection 综述 [[blog]](https://bryce1010.blog.csdn.net/article/det…
-
Hi,
according to the results in the paper you listed for the COCO dataset, centermask is under the current state-of-the-art architectures for object detection. For my use case I only have bounding …
-
Hey @youngwanLEE,
I'm trying to run demo.py but I'm getting an error. Can you help me how can I solve it?
```
[03/11 17:23:10 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_fil…
-
I want to use this weight to finetune my dataset, I use 2 gpus.
The weight I use is ```centermask-V2-99-FPN-ms-3x.pth```
What I change is as follow:
1. In ```centermask_V_99_eSE_FPN_ms_3x.yaml``` c…
-
I run the following command to run a demo -
"python demo.py --input trio.jpg --output results/ --config-file ../configs/centermask/centermask_V_99_eSE_FPN_ms_3x.yaml"
But I get the following-
[03/1…
ghost updated
4 years ago
-
Thanks for your great work.
When I am training the model on my own dataset which has only one class(i.e. person), I got the error:
> Traceback (most recent call last):
File "/usr/local/lib/pyth…