ofeksadlo / AutoLabelImg

Automatically annotate images using your own pre-trained yolo models.
14 stars 0 forks source link

How to run the autolabelimg #2

Open priyaezhil3221 opened 3 years ago

priyaezhil3221 commented 3 years ago

I want to know how to run the autolabelimg. Can you plz tell me the running procedures or give some demo videos

ofeksadlo commented 3 years ago

Just install the required imports.

pip install keyboard
pip install pyautogui
pip install numpy

Run the tool and when you want to use the detection press Q on the keyboard.

priyaezhil3221 commented 3 years ago

Just install the required imports.

pip install keyboard
pip install pyautogui
pip install numpy

Run the tool and when you want to use the detection press Q on the keyboard.

How to run the tool. I run autolabelimg.py on cmd. Can you plz tell me what to do afterwards.

ofeksadlo commented 3 years ago

Press Q when you need to use it.

priyaezhil3221 commented 3 years ago

Here was no response while i press Q on my keyboard.

priyaezhil3221 commented 3 years ago

I run autolabeling.py... It asked to press Q key.. I also pressed Q key on my keyboard. But no action occurs. so can you help me.

ofeksadlo commented 3 years ago

It's not a "ready to work" tool You need create your own yolo model or use one that is ready.

Then you need to update in the code the weights and config path.

You can use a ready model from darknet offical weights But the way this tool is working it would just annotate everything it finds.

I would say YOLOv3-416 should work just fine for example.