Yuliang-Liu / Curve-Text-Detector

This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
639 stars 155 forks source link

Does it work on windows? #6

Closed bygreencn closed 6 years ago

bygreencn commented 6 years ago

Hi Sir: I had compiled it on windows 7 with and without CUDA 8.0(cudnn 5.1 and cudnn 6 .0), but when run test_net.py, it could not get correct porposal, all scores of proposal is 0.5? And also test on Linux, it is ok with GPU, but with CPU, the scores of proposal is correct and same with GPU when read bottom from cpu_data, but the final result is not detecting the text? So, what make it only work on Linux, how to port to Windows? what is the keypoint? Thank you very much! @yl9393 @Yuliang-Liu BR bygreencn

bygreencn commented 6 years ago

With CaiYang's pull requests , CPU mode working. But still could not work on windows.

bygreencn commented 6 years ago

Carefully merge with caffe‘s windows branch, it is ok.

xrf116 commented 5 years ago

@bygreencn Can you share your windows project?