Skip to content

code-797/EG-SAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RC-SAM:Refine the Contour of complex objects with SAM and Boundary Guidance

Pipeline

pipeline

Environment

Python 3.8

CUDA 11.7

PyTorch 1.13.1

TorchVision 0.14.1

Train

python -m torch.distributed.launch --nproc_per_node=<num_gpus> train.py --checkpoint --model-type <model_type> --output

Evaluation

python -m torch.distributed.launch --nproc_per_node=<num_gpus> train.py --checkpoint --model-type <model_type> --output --eval --restore-model You can get the weight file here

Visualization

Vis1

Visual comparison with nine state-of-the-art COD methods. EC-SAM demonstrates superior accuracy in delineating the boundaries of camouflaged objects.

cam sort

Results on DIS,COIFT and ThinObject

result1

Results on CODs

result2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages