-
Could you please share how you applied the CLIP initialization to the ori RN101? Could you also let me know where I can find the corresponding code?
-
When trying to use my own private model, I change current_model_name, version, API_KEY, and DETECT_API_KEY. I have also tried a version where I replace Microsoft COCO with the new model in available_m…
-
## 🚀 Feature
I would like to be able to specify a config option that disables EXIF orientation corrections.
## Motivation & Examples
I have a coco-style dataset where all annotations are sto…
-
This is my directory structure:
.
├── 1.jpg
├── LICENSE
├── README.md
├── checkpoints
│ ├── ckpt.txt
│ ├── cloth_segm.pth
│ └── ipadapter_faceid
│ ├── ckpt.txt
│ ├── ip-ada…
-
I am using the given SAS token to extract this YAML file
> coco_flickr30k_googlecc_gqa_sbu_oi_x152c4big2exp168.yaml
`./azcopy copy "https://biglmdiag.blob.core.windows.net/vinvl/pretrain_corpu…
-
when I use python train.py CenterNet-104,I got the error.
Traceback (most recent call last):
File "train.py", line 193, in
training_dbs = [datasets[dataset](configs["db"], train_split) for …
-
I am using the following command to create a **LVISv0.5 Instance Segmentation video** using the LVISv0.5 configs:
`python demo.py --config-file ../configs/LVISv0.5-InstanceSegmentation/mask_rcnn_X_…
-
Hello Martin !
I just got an initial port of CocoR-CSharp to Typescript/Javascript and you've mentioned this on the README:
```
Alternativly: Build a JavaScript/TypeScript version of Coco/R with th…
-
loading annotations into memory...
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in ()
…
-
```
json_path = "./data/COCO/captions_val2014.json"
json_labels = json.load(open(json_path,'r'))
annotations = json_labels["annotations"]
images = json_labels["images"]
images…