fcdl94 / CoMFormer

Official implementation of "CoMFormer: Continual Learning in Semantic and Panoptic Segmentation"
https://arxiv.org/abs/2211.13999
Other
36 stars 3 forks source link

data store in the npy file #5

Open wendyhuang2021 opened 3 months ago

wendyhuang2021 commented 3 months ago

Thanks for your great work! I want to know what data is stored in the npy file, such as mya_100-10-ov.npy.

Is it used to record the usage of images at each step? For example, in the ade20k 100-50 task, does [1, 0] mean that this image is used in step 0 but not used in step 1? Is my inference correct?"

wendyhuang2021 commented 3 months ago

Hi! For datasets that do not provide an npy file, would the _filter_images function in semantic_wrapper.py generate one?