-
-
I am having trouble running the training script as suggested by the README.
I'm running everything on my ubuntu EC2 instance, not colab. I followed the installation instructions in the README. I'm …
-
I modified demo\demo.py to use vits like
def main(
#config_file="configs/open-vocabulary/lvis/vitl.yaml",
#rpn_config_file="configs/RPN/mask_rcnn_R_50_FPN_1x.yaml",
#model_path="weights/tr…
-
**Describe the bug**
First of all - thank you for a great project
I installed this repo on the nvcr.io/nvidia/pytorch:20.10-py3 image (together with all prerequisites).
I'm trying to convert the …
-
In the beginning, all times (**_time_** and **_data_time_**) looks OK.
While, at a certain point of Epoch 1, the training speed gradually slow down ( especially the _**data_time**_).
I'm sure that…
-
Good day! I would like to commend your paper. Great work on this.
I plan on reproducing the results from your paper, particularly the OV-LVIS one. I have successfully run the OV-COCO and reproduced…
-
Hey,
Thank you for the fascinating and excellent work.
I have a question regarding the code in your repository. I noticed that the classifier weights are loaded from existing files, such as `dat…
-
I have downloaded the datasets and weights from gdrive, but when I try to train the model, some error happened.
When I try to run
`vit=l task=ovd dataset=coco bash scripts/train.sh`
The error is F…
-
Why are the shapes of these two files different?
ycb_prototypes.pth :torch.Size([34, 1024])
weights/initial/open-vocabulary/prototypes/lvis/lvis_v1_novel_train.vitl14.pkl :torch.Size([337, 10, 1024…
-
**Short description**
Attempting to create the builder for the `lvis` dataset fails with an exception.
**Environment information**
* Operating System: Ubuntu 18.04
* Python version: 3.6.9
* `te…