Mykola Sharhan
Mykola Sharhan
The same problem. For me, only Pascal VOC model works.
Quick fix is to reduce default value of gpu_memory_fraction in line 42 (demo.py). Set something like 0.8 and it should work.
Same problem... maybe it`s easier to use only sqlite3 without plugin.
@Jebina , probably it is a late response. But if the issue is still actual take a look to issue #5
It is caused by a newer version of OpenCV. It returns 3 objects. To fix this error change: `threshold_contours,hierarchy = find_contours(binary)` to `_, threshold_contours, hierarchy = find_contours(binary)`
The malicious link is still there.