Lei Hu

Results 4 comments of Lei Hu

> Is it supporting window10 now? I have run ECO-tracker on vs2017 with opencv3.4.5. You can try to build it via cmake.

Edit _operators.py to add **engine: CAFFE** for depth-wise conv in prototxt. ``` if groups!=W.shape[0]: layer = myf("Convolution", node_name, [input_name], [output_name], kernel_h = kernel_shape[0],kernel_w = kernel_shape[1], stride_h=strides[0], stride_w = strides[1], group...

In bash file make.sh, you may need to add -I /usr/local for nvcc compile. It works for me.

edit the file 'lib/lib_kernel/lib_psalign_pooling/make.sh', add '-I /usr/local' for nvcc compile. It works for me.