-
The goal is to figure out:
1. The most commonly used latest, such as YOLO family models, models used for object detection/tracking.
2. The most commonly used preprocessing operations to train thes…
-
Dear authors,Very nice work! Thank you very much for your work. Could you please tell me how to create synthetic dataset for Semantic Segmentation or instance segmentation? Thank you so mush!
-
The results are very impressive, I like it very much and thank you for sharing!
Would you mind giving me more details as I missed them in your paper or this repo:
1. What's the spatial size during…
-
Hi, thank you for sharing this amazing work!
I would like to try a personal video using your model and wonder if you can share more detailed instructions on how to use COLMAP to get the training d…
-
Hi thanks for the cool work
as I understand the code is designed to find only 1 object in the test image
any idea how to modify it to find multiple?
(I tried to increase the [topk](https://git…
-
Any plans to add a virtual background? Or at least a background blur?
-
Hi,
When I visualize the features via PCA I'm able to see small objects but I'm not sure if this means the 1024 feature vector or ViT-L from DINOv2 must include spatial information of small objects r…
-
# Reference
- 2021-01 A Survey on Visual Transformer [[Paper](https://arxiv.org/pdf/2012.12556.pdf)]
- [论文笔记 - 0809zheng](https://0809zheng.github.io/2021/02/10/visual-transformer.html)
# Brief
- …
-
Excellent presentation of SDC algorithms!
Would be great if you could add Google Colab links for your Jupyter notebooks, like here:
https://medium.com/@mslavescu/try-live-ssd-object-detection-mask…
-
Hallo! Thanks for your codes! I appreciate you very much!
After i read your codes carefuully,i've noticed that there are two tensors called Es and Ms.
` Es = torch.zeros_like(Ms)
Es[:…