LaurentBerder / container_detection

Computer vision Object Detection Program to detect and count specific objects (shipping containers) from images and/or videos
50 stars 21 forks source link

Container ID Detection and Recognition #5

Closed AndreKelm closed 1 year ago

AndreKelm commented 1 year ago

Hallo Laurent,

first of all, thanks a lot for sharing your work. I find it very useful! I am working on a follow-up task and would like to use your dataset for it. The need is to read the IDs of containers, but very often they are not readable due to small image reolution in your dataset. Do you have any idea where I can get the image with the original resolution? That would be great, because then I could use your dataset for this, too.

Best regards, NotreadableID0012

André

LaurentBerder commented 1 year ago

Hallo André,

Funny you should be working on this specific follow-up task, as it was one of the possible evolutions I had thought of at the time. But for the first step of the project, which was just to detect containers, I only needed small images (much faster learning).

I got the images from a webscraping program I made (but didn't keep afterwards), from Google Images. So I don't have any other files, unhappily for you.

But I'm sure you could do something similar, and scrape better quality images that would include the container numbers. And then, the fun of manually labeling them will begin... 😉

Cheers, Laurent