We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者您好,想請問在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'}
The text was updated successfully, but these errors were encountered:
您好,这是之前参考论文 Illuminating Pedestrians via Simultaneous Detection & Segmentation调试使用的(把box框作为分割标注),最终版代码没有使用的,可以不用考虑~
Sorry, something went wrong.
那麼在.npy檔中這幾項seg的項目還需要填入嗎,還是說能夠將這些變數指向一個空的位置?
您好,这是之前参考论文 Illuminating Pedestrians via Simultaneous Detection & Segmentation调试使用的(把box框作为分割标注),最终版代码没有使用的,可以不用考虑~ 那麼在.npy檔中這幾項seg的項目還需要填入嗎,還是說能夠將這些變數指向一個空的位置?
不用填,也不用指向,这个不影响代码运行
No branches or pull requests
作者您好,想請問在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'}
The text was updated successfully, but these errors were encountered: