Bob.Liu

Results 24 comments of Bob.Liu

Vote for the 2nd one. (ps: 第一个有点绿哈哈哈)

I solve my issue following @iassael advise. test GPU in GTX1080 with CUDA 8.0. review to this [site](https://github.com/baidu-research/warp-ctc/pull/48/commits/2be01008a47d092316b4cf39339aa397a0cb7e18) add these code to CMakeLists.txt ``` set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -gencode arch=compute_53,code=sm_53") set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS}...

@momenabdelkarim please update your driver. download from [here](https://www.nvidia.com/Download/index.aspx?lang=en-in)

Hi @themathgeek13 . Thanks for your detail experiments. I would like to share my experiments. Using the newest code with commit 2ca525a and using default parameter. Training in 4 TITAN...

@themathgeek13 Hi, I had using imagenet pretrained weights in this case. I will try to training from scratch and share you the result. But as you know it will take...

@dionysos4 it's not freeze backbone weights. But using different lr. You can see it in params.py file.

Hi @joaqo , The FPS is measure only include backbone. And the input size is 256x256. Please review the paper and another github. ![image](https://user-images.githubusercontent.com/6102702/42010340-c69653fc-7ac0-11e8-83a9-dba035f3236f.png) ![image](https://user-images.githubusercontent.com/6102702/42010352-d917d8e8-7ac0-11e8-9362-328864ece3b3.png) Anyway, I had added a...

The FPS of full YOLOv3 from Paper: ![image](https://user-images.githubusercontent.com/6102702/42010478-61ee5cc8-7ac1-11e8-90f2-de96aa71978b.png)

@fighting-liu Hi, which val dataset using in your testing. 5k or 40504? I would like to try it now. thanks.