Skip to content

jgubbens/Segmentation_Random_Augmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segmentation Random Augmentation

Segmented Images

Before Running:

  • Launch virtual environment: python -m venv myenv
  • Activate virtual environment: myenv\Scripts\activate on Windows, source myenv/bin/activate on Mac/Linux
  • Install the required dependencies: pip install -r requirements.txt
  • Download the SAM model checkpoint: wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
  • Change file paths in random-segmentation-augmentation.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages