plemeri / transparent-background

This is a background removing tool powered by InSPyReNet (ACCV 2022)
MIT License
716 stars 77 forks source link

2 questions related to config and models #68

Open nitinmukesh opened 2 months ago

nitinmukesh commented 2 months ago
  1. I see this update but there is no config file

[New] Configuration transparent-background now supports external configuration rather than hard coded assets (e.g., checkpoint download url). The config file will be added in your home directory ~/.transparent-background/config.yaml

image
  1. How to use different model in UI. In which folder should the model be placed and how to select in UI. I did a complete search but no PTH file found in the installation directory. The UI is working fine, image
plemeri commented 1 month ago

Hi @nitinmukesh

  1. For windows users, home directory will be your user directory (e.g., C:\Users[username].transparent-background)
  2. You can choose base / base-nightly / fast model by choosing from dropdown menu mode. I didn't add custom mode since at that level of skill, I don't think the user need GUI.