jrieke / shape-detection

🟣 Object detection of abstract shapes with neural networks
MIT License
218 stars 131 forks source link

data set #4

Closed garikhgh closed 3 years ago

garikhgh commented 3 years ago

Hi, nice work. came across while looking for such approach. one question, on what kind of images you have trained your model, that is, you have only small images of that figures or the figures are on entire images? give some hints.

jrieke commented 3 years ago

Thanks! Each subplot of the image in the README is one "image" (I use numpy arrays internally) that I train on. Read more here.