You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to use the author's code to replicate my own dataset, can you tell me how to generate the training.npy file in the image below?
Or can you say how to modify it to train own dataset? Thank you!
The text was updated successfully, but these errors were encountered:
as shown in code: dataset/voc.py. You should set a own Segmentation(like VOCSegmentation in voc.py) which can use getitem to visit total dataset, then you can write an incremental dataset, like VOCSegmentationIncremental. I write a base datasets for those in my repo: When sam meets continual learning.
I'm going to use the author's code to replicate my own dataset, can you tell me how to generate the training.npy file in the image below?
Or can you say how to modify it to train own dataset? Thank you!
The text was updated successfully, but these errors were encountered: