krasch / simple_landmarks

Ridiculously simple landmark annotation tool
MIT License
24 stars 7 forks source link

IMAGE_DIR not found #3

Open byrnem036 opened 2 years ago

byrnem036 commented 2 years ago

Hello,

this is my first coding project, so forgive me for the dumb questions. I keep getting the assertion error stating my image directory is missing. but i have it set up and labled like in the README. I asked for help on the github reddit and then sent here. what am i doing wrong? what environmental variables do i need/how do i change them?

sorry if this is super dumb. thank you for your time

krasch commented 2 years ago

Hi.

no worries at all! This is actually a bug in my code / documentation that I have not yet had time to fix.

Could you try setting the full absolute path for the "images" variable in config.py?

Please let me know in case this explanation was unclear and I'll explain more in detail. And let me know if it works!

byrnem036 commented 2 years ago

That worked!! Thank you!

i have another quick question, do i need to mark points around the feature, or just click on it? like do I have to outline an eye or just click on the eye? For something longer like a neck, should I mark the beginning and end of it?

Thank you again! this program is a real life saver!

krasch commented 2 years ago

This program is best for use cases in which you only have to mark individual points, e.g. like the position of the nose in an image of a face. If rectangles / bounding boxes are more fitting for your use case, that this might not be the right program for you. Of course you can always mark first the beginnings of the necks and afterwards mark the ends of the necks, but this might take you a long time to get done