-
I can‘t find this annotation file in LVIS offical website. Are this annotation generate by some methods?
-
When I use this command to test Lvis,
```
./scripts/dist_test.sh ./configs/refinemask/lvis/r50-refinemask-1x.py ../VOS_Model/mmdet/r50-lvis-1x.pth 8 --eval segm`
```
the following error occurred…
-
When I train a MaskRCNN using my own custom dataset, it raised the following error:
Traceback (most recent call last):
File "tools/train.py", line 187, in
main()
File "tools/train.py", li…
-
## ❓ Questions and Help
Hello everyone, I'm trying to use detectron2 with LVIS and I see that I'm unable to detect people using LVIS instances.
Someone could tell me why?
Thank you for your h…
-
Use load_from_local loader
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 5000/5000, 4.2 task/s, elapsed: 1200s, ETA: 0s
Evaluating bbox...
Traceback (most recent call last):
File "t…
-
Dear authors,
Thank you for the code. I am grateful to you for it.
I was wondering when will the weights for LVIS v1.0 be available ?
Please let me know,
Thanks
-
Hi,
I met an issue when I try to do validation on LVIS v1 dataset. I follow your work and use 4 V100 to do the validation. However, the validation speed is limited to 0.7 img/second ,it is very slow.…
-
I run ./tools/deploy.py expecting to export the .onnx model, I get an error. How to deal with it?
2022-03-23 17:48:30,339 - mmdeploy - INFO - torch2onnx start.
2022-03-23:17:48:42,root ERROR [util…
-
I created a new environment in anaconda.
Every time I try to install a package I get a dependency error
For example - I tried pip install pandas and got the following
```
(base) samitkapadia@Sa…
-
## ❓ Questions and Help
The class 'hot-dog' in coco is desribed in coco_to_synset.json as follows:
"hot dog": {"coco_cat_id": 58, "meaning": "a smooth-textured sausage, usually smoked, often served …