Advertisement
Guest User

Untitled

a guest
Nov 25th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. (venv) PS C:\Users\ajrsp\Downloads\3D-Models-automation> py automate.py
  2. Found HLMV window boundaries: (-8, -8, 1928, 1058)
  3. Traceback (most recent call last):
  4. File "automate.py", line 81, in <module>
  5. cropping = ip.find_minimum_bounds(white_images[0], black_images[0])
  6. File "C:\Users\ajrsp\Downloads\3D-Models-automation\imageprocessor.py", line 35, in find_minimum_bounds
  7. horizontal[0], # Left
  8. IndexError: index 0 is out of bounds for axis 0 with size 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement