-
when should you upload your model into [https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md](url) so we can easily use pre-trained weights to train …
-
I configured it according to the author's method:
conda create --name maskdino python=3.8 -y
conda activate maskdino
conda install pytorch==1.9.0 torchvision==0.10.0 cudatoolkit=11.1 -c pytorch -…
-
* Name of dataset: COCO (Common Objects in Context) Captions
* URL of dataset: http://cocodataset.org/#captions-2015
* License of dataset: Creative Commons Attribution 4.0 License.
* Short descript…
Ouwen updated
5 years ago
-
## ❔Question
hello,i train the kpts model with cocodatasets,when i test the model, i get the error kpts like the image , it happens when the person is small,could you tell me how can i solove thie pr…
-
### 🐛 Describe the bug
on each batch size, the result is different, I tried on google-colab(with there default pytorch) the outputs were consistent.
```
from PIL import Image
import requests
…
-
Hi I am trying to run the MSCOCO evaluation code but I find the following error:
Traceback (most recent call last):
File "/home/kunolab/Matiqul/Mask_RCNN-master/coco.py", line 415, in
evalua…
-
bakoe updated
5 years ago
-
When I run "python3 entity_to_json.py", the following problems occur:
Traceback (most recent call last):
File "entity_to_json.py", line 23, in
catid_map = {category['id']…
-
hello, python version 3.8.10, when pip3 install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
error
error: subprocess-exited-with-error
× python setup.py bdist_wheel …
-
### What is the feature?
Please create a feature in base dataset to run the cocodetection or pasacal voc format datasets for pose estimation without any specific configs adjusted with respect to the …