This is the official repository of the paper "Audio Visual Segmentation Through Text Embeddings"
conda create -n avt python=3.9.20
conda activate avt
pip install -r requirements.txt
python train_avs.py --evf_version evf_sam2 --projector_type mul --use_adapter --dataset s4 --batch_size 8
python train_avs.py --evf_version evf_sam2 --projector_type mul --use_adapter --dataset m3 --batch_size 8
Replace --name and --weight_path to appropriate name andm weight_path.
python test_avs.py --dataset s4 --name name --evf_version evf_sam2 --projector_type mul --use_adapter --adapter_type mul --weight_path weight
python test_avs.py --dataset m3 --name name --evf_version evf_sam2 --projector_type mul --use_adapter --adapter_type mul --weight_path weight
16 commits
Python
98.9%
Cuda
1.1%
This is the official repository of the paper "Audio Visual Segmentation Through Text Embeddings"
conda create -n avt python=3.9.20
conda activate avt
pip install -r requirements.txt
python train_avs.py --evf_version evf_sam2 --projector_type mul --use_adapter --dataset s4 --batch_size 8
python train_avs.py --evf_version evf_sam2 --projector_type mul --use_adapter --dataset m3 --batch_size 8
Replace --name and --weight_path to appropriate name andm weight_path.
python test_avs.py --dataset s4 --name name --evf_version evf_sam2 --projector_type mul --use_adapter --adapter_type mul --weight_path weight
python test_avs.py --dataset m3 --name name --evf_version evf_sam2 --projector_type mul --use_adapter --adapter_type mul --weight_path weight
16 commits
Python
98.9%
Cuda
1.1%