Skip to content

cranbs/IORT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IORT-Interactive Object Removal Tool based on SAM and LaMa

SAM Mode

SAM_Mode

Polygon Mode

ObjectRemoval

Install

# create environment
conda create -n iort python=3.9

# activate environment
conda activate iort

pip install torch==2.2 torchvision==0.17.0
pip install -r LaMaProject/requirements.txt

Usage

Download the model checkpoints provided in LaMa (big-lama) and put them into ./checkpoints. For simplicity, you can also go here directly download big-lama and put them into ./checkpoints.

python main.py

To Do

  • add visible botton function
  • add revise mask function
  • output files weidget
  • test other segment anything model
  • LaMa refinement inpainting mode
  • Video object removal
  • SAM box mode
  • shortcut
  • Fix bugs

Acknowledgment


About

Interactive Object Removal Tool Based on SAM and LaMa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published