When I run 'python scripts/inference_layout2image_demo0.py --use_sam_enhance',
Traceback (most recent call last):
File "/home/u2023030056/network/3DIS-main/scripts/inference_layout2image_demo0.py", line 85, in
image = Image.fromarray((image_np[..., 3]).astype('uint8'))
IndexError: index 3 is out of bounds for axis 2 with size 3
Please help me..
When I run 'python scripts/inference_layout2image_demo0.py --use_sam_enhance',
Traceback (most recent call last):
File "/home/u2023030056/network/3DIS-main/scripts/inference_layout2image_demo0.py", line 85, in
image = Image.fromarray((image_np[..., 3]).astype('uint8'))
IndexError: index 3 is out of bounds for axis 2 with size 3
Please help me..