Open skyfallsss opened 9 months ago
Hi,
Can you demonstrate your problem more detailedly ?
I want to know the format of the dataset llvm-med use. My dataset's format is the coco format of object instances. Can I use my dataset without converting to finetune llvm-med model?
On the prompt-based segmentation, bounding boxes that serve as the prompt are in the format of x_min, y_min, x_max, y_max
.
Hope it might help.
You could discover more or adjust for your best suit by observing the dataloader/dataset.py
file.
The medical dataset I use is coco fornat.I cannot find the guidance on it.