pyECO
pyECO copied to clipboard
python implementation of efficient convolution operators for tracking
Before asking any further error question I would like to learn if this project is portable to run on Jetson Nano because all my errors seems like architecture problems (_gradient.o...
dear zhang, i am trying to reimplement your code on my cpu and as per your instructions i need cupy environment but it recomended for CUDA device only. and when...
I have studyed ECO for two weeks and tried running the code you provided. Many problems were solved. But the "Segmentation fault" bothered me and I can't solve it. If...
Thanks for your work. I have tested your code and it works very well. I wonder if there are any sample augmentation methods that have been used during filter training....
In file eco/scale_filter.py, function of _extract_scale_sample if xs.min() > im.shape[1] or ys.min() > im.shape[0], etc. , then the code will crash in cv2.copyMakeBorder
Does this code work on Windows or Linux? When I tried "python setup.py build_ext --inplace", it says "make sure that python modules winreg, win32api or win32con are installed".
Dear Author, Is there any way to integrate it with a deep learning based object detector and supply multiple objects to be tracked across the frame like KCF with an...
Thank you for the code you contributed. I have been studying the code for a while, and there are many places in the program that don't quite understand. Pleading the...