LucasThePatator / FaceDetectCrop

1 stars 0 forks source link

TypeError: unsupported operand type(s) for /: 'WindowsPath' and 'Tensor' #7

Closed m-btt closed 1 year ago

m-btt commented 1 year ago

After latest references database logging fix, once references database is successfully built and/or loaded, operation fails with error. Full log:

$ python main.py -r reference -m sort -i desktopfolders -o desktop Processing reference database... Loading existing db Traceback (most recent call last): File "D:\Firefox Downloads\poop main\main.py", line 292, in <module> main() File "D:\Firefox Downloads\poop main\main.py", line 282, in main os.makedirs(output_folder/name, exist_ok=True) TypeError: unsupported operand type(s) for /: 'WindowsPath' and 'Tensor'