-
Hello,
Could you please confirm if you use the labelled training data of same geographic location (US) to train your FCN network ? Second, as you mentioned that the training data was having resolut…
-
## ❓ Questions and Help
I want to just just the objection function. I transfomed my dataset to coco style. But the segmentation is [] in annotation files. The annotation is like below:
`
"annotati…
-
Trying to train.py on my colmap dataset but run into this error:
`File "C:\Users\User\gaussian-grouping\utils\camera_utils.py", line 54, in loadCam
objects=torch.from_numpy(np.array(cam_info.obj…
-
## Concept
Training several models in production (split 80/20/0) with different seeds, the idea is to average all predictions to generate a more reliable soft prediction (ie: bagging ensemble).
…
-
Has anyone tried to leverage the SAMv2 memory bank for other purpose than video segmentation ? For instance if I have 10 images of a given object (like a table, chair etc..), I only click on the objec…
-
Your network has two outputs: semantic predictions and embeddings. Then you get instances by clustering embeddings.
However, it seems that you do not get a score for each instance. So how do you g…
-
I am trying to train with ResNest101, and I also added affinity and RW.
When I try to train, it runs according to the specified code. It is found that the obtained affinity labels are not effective, …
-
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…
-
Could you explain the code of Mask Class Token in the project?
-
Thank you so much for sharing your great work.
When I used your code and pre-trained weights to reproduce the segmentation results for the "sofa" scene, my mIoU results were calculated to be just …