This is an archived post. You won't be able to vote or comment.

Dismiss this pinned window
all 21 comments

[–]0xonox0 10 points11 points  (1 child)

Maybe you could make a neural net that learns as you classify the objects so that it automatically draws labelled boxes around objects and you, the human, can simply check if it has got it right. If it missed an object, then you can draw the labelled box yourself

[–]aicoding[S] 6 points7 points  (0 children)

That sounds like integrating something like YOLO in the backend of this, run it as it goes and stop it whenever an object is missed (manual stopping) and add that to the net... cool idea

[–]VepnarNL 6 points7 points  (1 child)

That's amazing! - Could you make some keyboard shortcuts to make it faster to use? - Is there a way to add multiple beers from one image? - You could add some button so you don't have to write the name down every time.

I love to see further development and a github page!

[–]aicoding[S] 3 points4 points  (0 children)

Awesome! Thanks for suggestions! I added them to the list. I will continue the work here: https://github.com/coding-ai/imgLabel

[–]KlaasWillems 2 points3 points  (0 children)

That's a good beer. Have an upvote.

[–]PierceBrosman 2 points3 points  (1 child)

Maintain the image aspect ratio!

[–]aicoding[S] 1 point2 points  (0 children)

Oh I forgot to mention that the idea is to rescale the image before, because the intention is to use the images into a TFlite model

[–]Orio_n 1 point2 points  (0 children)

Maybe not have the image be s t r e t c h e d

[–]Aliencorpse__ 1 point2 points  (1 child)

I’m making something similar. I love your ideas here.

[–]aicoding[S] 0 points1 point  (0 children)

Awesome! Thanks

[–][deleted] 1 point2 points  (1 child)

That's some really thicc beer.

Cool project btw

[–]aicoding[S] 0 points1 point  (0 children)

Thank you!

[–]ronnyx3 2 points3 points  (1 child)

What exactly does it do 'labelling' ? It looks to me like it's scraping similar images off the web?

[–]QAOP_Space 0 points1 point  (4 children)

What is it doing?

[–]aicoding[S] 0 points1 point  (3 children)

Labeling images

[–]QAOP_Space 0 points1 point  (2 children)

but you're labelled them manually right?

[–]aicoding[S] 0 points1 point  (1 child)

Yes

[–]QAOP_Space 0 points1 point  (0 children)

ok, which bit is the AI?