AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

SparseKeyEx #141

Open univmalik opened 5 years ago

univmalik commented 5 years ago

This line in main.cpp is causing problems

sync_PyrLKOpticalFlow = cv::SparsePyrLKOpticalFlow::create();

and also the error Error C2039 'SparsePyrLKOpticalFlow': is not a member of 'cv' yolo_mark C:\Users\Malik\Downloads\Yolo_mark-master\main.cpp

So what's going on? Also Sparsekey requires CUDA? On opencv website it shows as cv::cuda::SparsePyrLKOpticalFlow Class Reference

I don't have CUDA installed on this computer since I don't have a GPU.