Xuebin Zhou
Xuebin Zhou
**Modified, with gpu_nms supports** I ran it on windows successfully (Python 3.6.6, VS2015 compiler, CUDA 9.0 with CUDNN v7), just modify some code. Tested both cpu_nms and gpu_nms (but don't...
@sunglowzhang it seems that nvcc could not compile the cu file, it is helpful to figure out what went wrong if you provide a detailed output. Here is some suggestions....
> @qhgz2013 really need your help , please.... @ZOUYIyi : I'm sorry that I have too much work to do now, and my research tasks are not related to computer...
Hmmm. Actually I'm using conda environment too, and the build process is passed from a clean clone of this repo. Maybe checking the environment or provide a detail information about...
That's because `img = cv2.imread(file)` only supports ASCII path, this will be fixed next time. Use other packages like `pillow` can fix this problem, for example, changing `img = cv2.imread(file)`...
你好,由于个人超懒的原因,在获取选课列表时,主动一次性获取最多200个选课课程,导致教务系统的一串迷之变量有足足400kB长,所以每次发送选课请求,实际上会发送将近400kB的内容并接收500kB的数据。 该问题会在后面版本中尝试优化