"Hello, when I was debugging the generate_masks/cutler_sam_masks.py file,
an error occurred with the message: No module named 'datasets.PhraseCutDataset'
I noticed that you indeed did not provide this file, could you please complete it?
Additionally, I'm not quite sure what the purpose of this PhraseCutDataset file is. The default path defined in this class is also quite strange. For example, in the following code:
class PhraseCut_Dataset(Dataset):
def __init__(self, split='val', word_length=17, input_size=416,
image_dir=f'../datasets/PhraseCutDataset/data/VGPhraseCut_v0/images/',
unseen_mode=False,
seen_mode=False,
mask_gen_mode=False):
What exactly is the image_dir path in this code? Could you please explain it?"
"Hello, when I was debugging the generate_masks/cutler_sam_masks.py file,
an error occurred with the message: No module named 'datasets.PhraseCutDataset'
I noticed that you indeed did not provide this file, could you please complete it?
Additionally, I'm not quite sure what the purpose of this PhraseCutDataset file is. The default path defined in this class is also quite strange. For example, in the following code:
What exactly is the image_dir path in this code? Could you please explain it?"