chuankang li

Results 3 issues of chuankang li

https://github.com/WenmuZhou/DBNet.pytorch/blob/678b2ae55e018c6c16d5ac182558517a154a91ed/base/base_dataset.py#L53 作者你好,请问__getitem__函数里,我理解是,如果出错,就重新选一张图,直到没出错为止。为什么要这么做呢?有哪些潜在的出错? 训练的时候,偶然且不规律会在这里报错,请问是为什么呢 https://github.com/WenmuZhou/DBNet.pytorch/blob/master/data_loader/modules/make_border_map.py#L51 IndexError: list index out of range

Hi, you resize(bilinear upsample) the output heatmap and paf to original image size, however, the outputs comes from padded images. Since you have changedthe height-width ratio, would it cause misalignment...

Hi, In coco dataloader of training stage, you generate heatmap by sigma=7.0 regardless of its scale. And in evaluation, you use multi-scale images as input. To my understand, heatmap is...