kzh2ang
kzh2ang
> * About to connect() to 10.12.1.12 port 30000 (#0) > * Trying 10.12.1.12... > * Connected to 10.12.1.12 (10.12.1.12) port 30000 (#0) > > > GET / HTTP/1.1 >...
> 你可以说中文……map的py文件里面不是有个视频链接么,你可以看看 我利用get_dr_txt 和get_gt_txt文件,生成了相关的txt文件,但是在调用get_map的时候,计算出来的AP和mAP都是0,看了你参考的库的issue没有解决,想问一下,需要注意什么吗?
> 你是检测什么呢 这跟检测什么有关系吗?你的程序plot出来的检测框还是挺准的。
> 那你可以看看inputs里面的内容是不是真的写进去了 都有数据的。。。
> 你什么时候下的代码 这两天
> 你什么时候下的代码 这两天
> ``` > for i, c in enumerate(top_label_indices): > predicted_class = self.class_names[int(c)] > score = str(top_conf[i]) > > left, top, right, bottom = boxes[i] > ``` > > 这里的box顺序是否正确 感谢啊,真的是这个原因,大佬自己复现了一遍吗?
yes这里应该是个标识,在做模型计算的时候应该是取了yes位置前一个位置的logits
> You need to index select the edge weights coming from `data.edge_weight`. The correct example would look similar to: > > ```python > def forward(self, x, adjs, edge_weight): > for...
> 可以贴下修改后的 builder.py 代码么