hheavenknowss
hheavenknowss
Thanks your work, it's very useful, and I've used involution Pytorch version for a while, but recently I need to try a bigger feature than before, and my GPU memory...
hi there, thanks for your work, I use your code in training my data, and it works well, but it seems doesn't have inference function, could you provide a copy...
您好,非常感谢您工作。我在使用yolov3进行预测后,生成的labels文件夹无法使用widerface文件夹中的evaluate.py进行测试,请问您是如何使用的呢,需要将yolo的训练结果进行转换吗?谢谢~
Hi there, this is a wonderful work, I can see model directly, I have not try but I wonder if this work support Pytorch model? if not, will it be...
Hi there, thanks for your work! I have some issues about training, here is my log. nohup: ignoring input 2020-12-28 12:35:18,951 fcos_core INFO: Using 2 GPUs 2020-12-28 12:35:18,951 fcos_core INFO:...
hi there, thank you for your work, I've read parper and your code for while, and run test.py to see the results,very impressive, now I want to see the center...
Hello there,I have tried to run the code with python2.7 on the server,it worked but when it about to train,issues happend:segment fault(core dumped) ,and I have no clue about it...
Hi there, wonderful work. I have an question about random strategy, can I set the probability same in this model? like [0.2, 0.2, 0.6, 0.6, 0.8, 1]? I have read...
hi, I try to run test.py by command "python test.py CornerNet --testiter 500000 --split testing --debug'' with python2,and I find out that there is no bbox on the results pictures,...
你好~感谢公开这个十分🐮🍺的工程,并且使得这个工程十分易用,非常厉害的工作~ 请问一下,我现在在生成语音的时候,可以选择 中/英/日 三国语言,如果我的输入是 【点头yes,摇头no】这种类型,输出的语音是没有英文的,只有【点头,摇头】 我的训练集是只有中文的,请问是目前不支持这样的输入和输出吗?还是说是我训练集的问题?以后增加这方面的支持吗?