naivete5656 / WSISPDR

Weakly Supervised Cell Instance Segmentation by Propagating from Detection Response, in MICCAI2019.
MIT License
43 stars 7 forks source link

Data preparation #4

Closed UsamaI000 closed 3 years ago

UsamaI000 commented 3 years ago

Hi, I wanted to try your code on a dataset which has centroid (x,y) position given. Kindly, can you tell me what "frame" refers to in your txt file which has 3 things "frame", "x", "y". Does "frame" refers to image name in your dataset ?

naivete5656 commented 3 years ago

Thanks for your interest.

I use "frame" since I use sequence data. If you don't use a sequence data, the "frame" would be the name of the image.

UsamaI000 commented 3 years ago

Thanks