Harshit Kumar Sankhla

Results 6 comments of Harshit Kumar Sankhla

(Using opencv 4 and macOS) I manually made the changes you have done @joanpepcompany I'm getting the error - **fatal error: 'cv.h' file not found"cv.** Any help ?

There are plenty more issues after that, especially with the C API identifiers (eg. error: use of undeclared identifier 'CV_REDUCE_SUM'; did you mean 'REDUCE_SUM'). Will get a system with OpenCV3....

> > Getting this error while trying to evaluate on a RGB image using predict.py for code 2 - > > Traceback (most recent call last): > > File "predict.py",...

@JunlinHan If possible, can you please share the dataset you used for training ? Also which code did you try, 1 or 2 ?

Do you train with the dataset images as they are or do some pre-processing. I basically wanted to know if I should black out all the non-contour pixels or just...

I see. Thanks for the information.