-
### đź“š The doc issue
Hi, is it possible to subclass/reuse `torchvision.prototype.datasets.Coco` to create a custom COCO-format DataPipe? For example If I have the following data:
```
data/vision…
-
-
Hello!
I want to train the masktrackrcnn by the official youtube_vis_dataset
but it occur :KeyError: "YouTubeVISDataset: 'image_id'".
Here is my datatree
![image](https://user-images.githubusercon…
-
hi @crodriguezo,
Can you share some details about the training details such as how long it will take, what is hardware/GPU was used?
Currently, on A100-80GB (24 CPUs), the training is too slow …
-
Traceback (most recent call last):
File "C:\layerdivider\layerdivider\demo.py", line 8, in
from ldivider.ld_segment import get_mask_generator, get_masks, show_anns
File "C:\layerdivider\la…
-
Hi,
When I run the following code, some error appears. Any solution?
`th eval.lua -model checkpoint_v1/model_id1-501-1448236541.t7 -image_folder img -num_images -1 -language_eval 1`
------------…
-
Hi,
I tried to use coco caption to evaluate my neuraltalk2 results. but this error occured:
`Loading and preparing results...
Traceback (most recent call last):
File "myeval.py", line 29, in
…
-
Hi thanks for a very nice paper and the code - does the dothash solution scale to millions of vectors (say millions of documents for vector search)? Or is it currently limited by whatever can be comp…
-
Hi, am trying to use multi-GPU training using kaggle with two Tesla T4.
my code only runs on 1 GPU, the other are not utilized.
I am able to train with custom dataset and getting acceptable results…
Ayadx updated
5 months ago
-
Hi, thanks for your great work. Could you pls provide scripts transferring ADE20K to class-agnostic COCO format?