Yuren Cong
Yuren Cong
I guess you didn't compile the C++ code (correctly). Please run the setup.py. Btw, I think the code only supports the cuda version
> Do you solve this problem? My cuda version is 11.8 and I also met this problem. I think the exclusive solution is using cuda
Have you compiled the code again after downgrading the cuda version?
I have no idea... Please contact the authors of Action Genome. Or you can have a try here: https://github.com/JingweiJ/ActionGenome
Do you mean to save the graphs as images? You could implement it with GraphViz
You can directly convert the tensors to numpy arrays and save them.
You can easily add a dummy predicate label "no_relation" and combine random bboxes with this dummy label.
您可以把triplets保存成json,如果是图结构的话要结合GraphViz
Hi, If you haven't changed any of the code, you might be using an incompatible version of cuda. Please make sure your cuda version matches your GPU device. For example,...
> 同样的问题,coco的数据加载会过滤 左上角大于等于右下角的box,导致一些box被删除了。但是relation里面box的索引还在,就导致了cuda的越界警告。使用作者目前给的标注会有这个问题。 wow,我不知道这个情况,是由于pycocotools代码改变引起的吗?