Open altava-sgp opened 11 months ago
Hi @altava-sgp ,
It seems that you don't have the corresponding depth/normal maps. I have updated the preprocessing script to get depth and normal maps.
We need to install this package. https://github.com/nadermx/backgroundremover
This is success log.
$ python image_preprocess.py "examples/denim-jacket.png" --size 1024 --border_ratio 0.0 --need_caption --recenter
usage: image_preprocess.py [-h] [--size SIZE] [--border_ratio BORDER_RATIO] [--recenter RECENTER] [--dont_recenter] [--need_caption] path
image_preprocess.py: error: argument --recenter: expected one argument
$ python image_preprocess.py "examples/denim-jacket.png" --size 1024 --border_ratio 0.0 --need_caption
[INFO] loading image...
[INFO] background removal...
examples/denim-jacket_rgba.png
downloading model [u2net] to /home/dreamer/.u2net/u2net.pth ...
downloading part 1 of u2net
finished downloading part 1 of u2net
downloading part 2 of u2net
finished downloading part 2 of u2net
downloading part 3 of u2net
finished downloading part 3 of u2net
downloading part 4 of u2net
finished downloading part 4 of u2net
[INFO] depth estimation...
Downloading (…)ta_dpt_depth_v2.ckpt: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.95G/1.95G [02:53<00:00, 11.2MB/s]
/home/dreamer/.local/lib/python3.10/site-packages/timm/models/_factory.py:114: UserWarning: Mapping deprecated model name vit_base_resnet50_384 to current vit_base_r50_s16_384.orig_in21k_ft_in1k.
model = create_fn(
Downloading model.safetensors: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 396M/396M [00:33<00:00, 11.7MB/s]
[INFO] normal estimation...
Downloading (…)a_dpt_normal_v2.ckpt: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.95G/1.95G [02:56<00:00, 11.0MB/s]
/home/dreamer/.local/lib/python3.10/site-packages/timm/models/_factory.py:114: UserWarning: Mapping deprecated model name vit_base_resnet50_384 to current vit_base_r50_s16_384.orig_in21k_ft_in1k.
model = create_fn(
[INFO] recenter...
[INFO] captioning...
Downloading (…)rocessor_config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 432/432 [00:00<00:00, 1.30MB/s]
Downloading tokenizer_config.json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 904/904 [00:00<00:00, 3.03MB/s]
Downloading vocab.json: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 798k/798k [00:00<00:00, 1.33MB/s]
Downloading merges.txt: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 456k/456k [00:00<00:00, 769kB/s]
Downloading tokenizer.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2.11M/2.11M [00:00<00:00, 2.12MB/s]
Downloading (…)cial_tokens_map.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 548/548 [00:00<00:00, 2.28MB/s]
Downloading config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6.96k/6.96k [00:00<00:00, 18.9MB/s]
Downloading (…)model.bin.index.json: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 122k/122k [00:00<00:00, 9.50MB/s]
Downloading (…)l-00001-of-00002.bin: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10.0G/10.0G [14:42<00:00, 11.3MB/s]
Downloading (…)l-00002-of-00002.bin: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 5.50G/5.50G [08:06<00:00, 11.3MB/s]
Downloading shards: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [22:49<00:00, 684.79s/it]
Loading checkpoint shards: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:10<00:00, 5.24s/it]
a denim jacket with buttons and a brown and blue color scheme
Okay, I have added backgroundremover
in the installation section.
You probably used your
I'm using docker version of threestudio. And I'm using RTX 4090 ( VRAM 24GB )
This is error log.
What can I do ?