Rory
Rory
fast_rcnn和现在单阶段的检测方法比有数量级的差距,但是好像还没人开源用新的模型做的ocr。
> 环境是: > centos 7 > gpu TITAN xp > 其他包按照安装脚本安装的 请问你要多久?我和你一样的显卡,目前setup后一直有错弄不好,如果太慢的话就不尝试了。
> 你的问题解决了吗? 没有,后来用CPU试了一下我需求的图片,发现无法识别,看来得自己制作训练集了,就暂时搁置了。
用显卡,越贵的越快,CPU运行神经网络非常非常慢。

For example, when you compute g_lt , `1 + (q_lt[..., :N].type_as(p) - p[..., :N])` is right, but `1 + (q_lt[..., N:].type_as(p) - p[..., N:])` should be `1 + ( p[...,...
@dontLoveBugs Hello, can you review my [issue ](https://github.com/4uiiurz1/pytorch-deform-conv-v2/issues/21)? I think the bilinear kernel is wrong
> Hi, I want to use 3D deform_conv in my study, I read you 'deform_conv_v2.py', I try to extend your code to 3D deform_conv, while I no idea how to...
你好,为什么我保存的ckpt.pth有500多MB,而你提供的才几十MB。此外,我使用测试的参数按你说的方法进行测试,还会报错。 Traceback (most recent call last): File "script/experiment/train.py", line 632, in main() File "script/experiment/train.py", line 389, in main test(load_model_weight=True) File "script/experiment/train.py", line 376, in test load_ckpt(modules_optims, cfg.ckpt_file) File "./aligned_reid/utils/utils.py", line...
请问该项目里是如何实现得呢,没有找到实现的代码