-
@weijiawu Hi,
What is the current status of the code, when do you expect releasing it?
Will you release documentation?
ghost updated
4 years ago
-
Hello,
This work is very interesting and I think this is very useful in my research task.
I want to reproduce the experiments described in the paper firstly.
Thus, I wonder what data are used to im…
-
Hello, could you please add our new paper "Domain Conditioned Adaptation Network" that is accepted in AAAI2020
Domain Conditioned Adaptation Network [AAAI2020](https://arxiv.org/abs/2005.06717) [Py…
-
Thanks for sharing this implementation. Please also share the code files for generating feature files (videoid_resnet_avg.h5) and (videoid_c3d.h5).
-
Fast Learning of Temporal Action Proposal via Dense Boundary Generator
https://arxiv.org/abs/1911.04127
DBG is also awesome
-
Hi yutao,
Thanks for sharing your inspiring work. I have a question about the specific implementation of [Region Norm](https://github.com/geekyutao/RN/blob/master/rn.py#L8). As you've mentioned in …
-
At first, I want to use my own dataset, it came across an error,
`IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number`
I found it in trainer.…
-
1.我用自己的图片序列,测试咱们的demo,发现跑出来的结果不正常,人不是人,车不是车,分割的目标不清楚
2.只能识别出大点的目标,像素大约在100*100以上的,对于50*50以下的目标,基本识别不出来
3.我看咱们提供的样例,基本上是大目标,目标少,场景简单的情况,而我们自己的时场景复杂,目标众多,且目标大小不一,从几十到上百个像素的都有。
4.以上这些情况是否需要对我们自己的视频序列进…
-
Waiting for the code :)
-
I'm sorry to disturb you again, I encountered some problems in the process of writing my code but I don't know how to solve it. So, I would like consult you:
1、Model.py: In "Localizer" class, "map_si…