novitai / skycompress

Compress the image with binary search algorithm to find best fit dimension and quality
1 stars 0 forks source link

FIX: version bug error #10

Closed Gozgur closed 5 months ago

Gozgur commented 5 months ago

We need to compress created fov image in factorymonitor/monitor_utils/cerebellum.py. Howeverm in yolosort container we use opencv 4.5 but skycompress wants 4.7 that cause circular import mismatch. so we need to try with version 4.5 with another tag.