Loonloon

Results 34 comments of Loonloon

I tuned the CLBlast on FT-2000plus CPU (2.3Ghz@64cores) , which is an ARMv8-based many-core CPU. [tuned-FT-2000Plus-CPU.tar.gz](https://github.com/CNugteren/CLBlast/files/2734795/tuned-FT-2000Plus-CPU.tar.gz)

I mean the latter case, i.e., How to modify my own copy of CLBlast locally to achieve this new computation. Could you help me and provide demo code for implementing...

1. For `double c += float a * float b`, I want to achieve ``` #define MultiplyAdd(c,a,b) c += (double)(a * b) ``` 2. #251 adds a GEMM temp buffer,...

(1)我也想用你PS Std这个版本的,但是提示我没有这个字体。所以,你可以否提供所需字体安装文件的下载和安装方法? 我也觉得你说的方正字体 + PS Std这样比较,但是编译无法成功。 (2)校名的话,更多人还是希望用```国防科学技术大学```而不是```国防科技大学```,只是现在官方已更名,没办法了。

(1)建议你在更新到某一个重要版本时,将nudtpaper模板测试并整体发布出来放在Release模板,说明更新的内容和修复的bug,这样有助于更多的用户使用。 (2)字体文件不能公开是吗?若是不能公开的话,其他同学用还是有点不是很方便。

@liubenyuan (1)NUDT简介建议你采用我更新的第一段,这个也是研究生院的官方描述,毕竟NUDT是985工程院校和双一流建设高校,这个对于学校声誉和地位还是很重要的,Github作为一个公开的网络平台,准确描述比较恰当。 (2)发布源代码的时候,以附件形式上传缺少的字体在release模块,我已经测试成功了,链接如下 https://github.com/TaihuLight/nudtpaper/releases/download/Betav0.0.1/fonts.zip (3)字体下载见百度网盘 链接:https://pan.baidu.com/s/1lA_mrbkMNFHUPyd6RwbtRQ 提取码:9up4 我试下这个链接能多久有效吧,这个是我百度网盘中共享出来的。

You shoul use the version forked by layumi, it is correct. but my test result on Market1501 is mAP=0.532, rank-1 = 0.7497

I can not trian with the code. Could you trained with the code successfully?

The cost function in YOLO-V2 is right in this project?

@leonardoaraujosantos @xhzcyc @ruiminshen Do you successfully train for YOLOv2 with VOC? And could you share your trained model? I try to train yolo2 using yolo-tf sevral times, but I always...