Cartucho
Cartucho
@INNFINITEMINDS Qt has this tutorial on [how to set Qt and OpenCV on Windows](https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows).
@PTS93 this weekend I will make a video on: "How to Install OpenCV3.4 on Windows with Qt"; I will share it here as soon as I have it.
So I managed to install it but it took 4 hours... Turns OpenCV did not make things easy for Windows users ... :-1: I decided that I will implement the...
@INNFINITEMINDS could you please download the latest release and run that code? This error shouldn't be occurring anymore. Without QT there is no ZOOM feature but the rest works fine.
@INNFINITEMINDS are you sure you are using the latest release [code](https://raw.githubusercontent.com/Cartucho/yolo-boundingbox-labeler-GUI/master/run.py)? Your error message shows otherwise. E.g: "" + str(last_img_index), 1000) is not in line 37 .
@arvind-cp I think YOLO only supports `jpg` images for training
Most likely you installed OpenCV without QT. Which OpenCV version are you using?
So you are using version `4.0.1`. Which OS are you using? How did you install it... with `pip install`?
Hello! So to summarize OpenCV is planning on dropping the QT requirement and implement their own Zoom In and Zoom Out (they announced it as a GSoC project). If you...
Hello guys, I have good news OpenCV is now removing the QT dependency in Google Summer of Code 2019. This issue will be fixed by this summer.