Skip to content

vaskers5/furniture_background_generation

Repository files navigation

furniture_background_generation

Repo was made on hack. Main task of this solution - generate relevant background for a given picture of furnture. U can read our pitch on Russian language here

Here is video how with example of working telegram bot:

Working example

Working examples

Gaming chair

Journal table

HardWare reqs:

Miminal working build:

  1. RTX 3090
  2. 16 RAM
  3. Ryzen 5900x CPU
  4. OS: Ubuntu

Pipeline Build:

Install requirements:

conda create -n "ins_ever" python=3.10
conda activate ins_ever
pip install -r base_requirements.txt
pip install git+https://github.com/sberbank-ai/Real-ESRGAN.git

Load model weights:

gdown 1LmXAzEuhVfM-DVr-1nQ7wqy2hSqeZlLL
unzip weights.zip -d weights

Testing

Via Telegram:

Change in the file tg_bot.py this string add here token for your's bot. And now u can taste it using telegram UI. After that run:

python tg_bot.py

Also u can test it using python script:

python test.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published