Seokju-Cho/Volumetric-Aggregation-Transformer
Official Implementation of VAT
This project helps computer vision researchers and practitioners automatically identify and outline specific objects or regions within images, even when very few examples are available. You provide a few example images with the target object highlighted, and it outputs segmented images where the object of interest is precisely separated from the background. This tool is ideal for those working on advanced image analysis, such as in medical imaging or autonomous driving.
159 stars. No commits in the last 6 months.
Use this if you need to precisely segment objects in images, particularly when you have limited labeled data for training your segmentation model.
Not ideal if you are looking for a general-purpose object detection tool or if you have abundant labeled data for standard supervised segmentation.
Stars
159
Forks
16
Language
Python
License
MIT
Category
Last pushed
Jan 10, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/Seokju-Cho/Volumetric-Aggregation-Transformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
BR-IDL/PaddleViT
:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
pathak22/unsupervised-video
[CVPR 2017] Unsupervised deep learning using unlabelled videos on the web
IBM/CrossViT
Official implementation of CrossViT. https://arxiv.org/abs/2103.14899
NVlabs/GCVit
[ICML 2023] Official PyTorch implementation of Global Context Vision Transformers
ViTAE-Transformer/ViTDet
Unofficial implementation for [ECCV'22] "Exploring Plain Vision Transformer Backbones for Object...