Rufeng Zhang

Results 9 issues of Rufeng Zhang

Thanks for your great job! But when I read your code, i find some problems that confuse me. In the prior_box.py / class PriorBox(object), maybe about the line 34, i...

I'm sorry that I am a newcomer to tensorflow, i am no familiar with the [email protected]_arg_scope at about line 45, is that mean you want to share the default params...

Thanks for your wonderful job. I find that you donot use alpha(which is 0.25/0.75 for pos/negative samples in focal loss), have you tried it in QFL?

Hello, thanks for your wonderful work. In your paper, you claim that you use the **UNC partition** for refcocog dataset. ![image](https://user-images.githubusercontent.com/27133144/93293639-06cb1780-f81b-11ea-9f9f-95fb372bf3c4.png) However, in your DATA_PREP only has the **umd split**...

![image](https://user-images.githubusercontent.com/27133144/31315301-1648dd40-ac48-11e7-9817-a6fffe642ad5.png) This is the image i generate through the demo, but it lack of label just the author introduce like this: ![image](https://user-images.githubusercontent.com/27133144/31315305-4c746902-ac48-11e7-9e9f-ff1184a1974a.png)

如图,也不影响使用,但很奇怪期望可以被解决 In [1]: import paddle WARNING: Logging before InitGoogleLogging() is written to STDERR I0115 16:42:38.097568 1452196 dynamic_loader.cc:194] Set paddle lib path : /home/zhangrufeng/anaconda3/envs/LuckyPaddle/lib/python3.8/site-packages/paddle/libs I0115 16:42:38.219532 1452196 init.cc:96] Before Parse: argc...

when i use the command bazel build -c opt --copt=-mavx2 --config=cuda noscope and everything is fine but i meet this issue ![image](https://user-images.githubusercontent.com/27133144/29443322-e369d390-8409-11e7-978d-36a417bfa90a.png) and then i use the command bazel build...

when I run the run.sh i meet with the following issue: ![image](https://user-images.githubusercontent.com/27133144/30200184-61488e1a-94a8-11e7-8d87-d9a05168b52a.png) which shows that there are some problems in noscope_motherdog.py , so i open the py and find the...

i modify the input size to 416*416,but the fps is just about 13?