CalayZhou / MBNet

Improving Multispectral Pedestrian Detection by Addressing Modality Imbalance Problems (ECCV 2020)
100 stars 30 forks source link

training dataset中的seg圖像 #56

Open a12135179 opened 1 year ago

a12135179 commented 1 year ago

作者您好,想請問在kaist_train_data.npy中的filepath_large_seg以及filepath_small_seg具體是哪一種圖像呢?

{'vis_bboxes': array([], dtype=float64), 'filepath': 'data/kaist/kaist_train/set05/V000/visible/I02399.png', 'ignoreareas': array([], dtype=float64), 'filepath_small_seg': 'data/kaist/kaist_train/set05/V000/smallseg/set05_V000_I02399.png', 'bboxes': array([[390., 237., 431., 320.]]), 'filepath_lwir': 'data/kaist/kaist_train/set05/V000/lwir/I02399.png', 'filepath_large_seg': 'data/kaist/kaist_train/set05/V000/largeseg/set05_V000_I02399.png'}

CalayZhou commented 1 year ago

您好,这是之前参考论文 Illuminating Pedestrians via Simultaneous Detection & Segmentation调试使用的(把box框作为分割标注),最终版代码没有使用的,可以不用考虑~

a12135179 commented 1 year ago

您好,这是之前参考论文 Illuminating Pedestrians via Simultaneous Detection & Segmentation调试使用的(把box框作为分割标注),最终版代码没有使用的,可以不用考虑~

那麼在.npy檔中這幾項seg的項目還需要填入嗎,還是說能夠將這些變數指向一個空的位置?

CalayZhou commented 1 year ago

您好,这是之前参考论文 Illuminating Pedestrians via Simultaneous Detection & Segmentation调试使用的(把box框作为分割标注),最终版代码没有使用的,可以不用考虑~

那麼在.npy檔中這幾項seg的項目還需要填入嗎,還是說能夠將這些變數指向一個空的位置?

不用填,也不用指向,这个不影响代码运行