-
hi @timmeinhardt I want to use TrackFormer for multi-object tracking with my own dataset. According to the instructions, I need to create a COCO-style annotation file and extend it with fields like s…
-
Dear authors,
I noticed that COCO is an essential benchmark for evaluating text-to-image generation. May I ask for the COCO dataset's evaluation code for computing IS and FID?
Thank you so much…
-
I am trying to train the network on a custom dataset where I have the rgb images and panoptic labels in png format.
I am following your tip and trying to get the labels in coco format.
and I have …
-
-
When training with coco dataset, I can't achieve the performance in your paper anyway. If it is not open source for the time being, can you first disclose some parameters or experimental details, such…
-
I have successfully trained my mask-rcnn model in the custom dataset(in coco format). However I am facing following error while I was trying to test the model. I have gone through every possible threa…
-
Hi zsseg team,
I'm trying to run the experiment. I downloaded the cityscapes, ade20k and pcontext. I am stuck with coco datasets where I am unable to proceed to next step while generating stuffthin…
-
Hi,
First, I want to thank you for your incredible work on CD-ViTO. I’m really excited to explore its capabilities for few-shot object detection! I’ve successfully gone through the initial setup an…
-
-
I've looked through `schedule_1x.py` for learning rate schedule.
It looks very similar to on of MMengine default suggestions (https://mmengine.readthedocs.io/en/latest/tutorials/param_scheduler.htm…