14

!Rant

Please spare a minute to check out my first Android app:

AI Sight - Object Recognition on your smartphone!

https://play.google.com/store/apps/...

Comments
  • 3
    wow, looks amazing! what library did you use?
  • 1
    @CozyPlanes thanks :) I used Caffe :)
  • 6
    Cool - it managed to recognized my TV setup as home theater. A remote control.

    I took a picture of my kid, in her PJs, and the app recognized her as a "sleeping bag". not quite sure how I feel about that 😂
  • 2
    @viking8 Hahaha glad you liked it :) Unfortunately, AI Sight only recognizes objects belonging to 1000 categories, as mentioned in the app description :P
  • 1
    Really nice app, but it managed to recognize correctly only 1 out of 7 captured.

    But keep up the good work. :)
  • 1
    @gacbl Thank you! As mentioned in the app description, it can recognize objects belonging to a fixed set of 1000 categories :)
    I'm sorry if it didn't live up to your expectations! :D
  • 1
    @vikrambajaj

    It lived up to them and suppressed then

    I was expecting it be be able to only recognize stuff if a certain image was selected or taken at a specific angle. And after some more testing I had some better results.
  • 1
    @gacbl Awesome :) Good to know! :D
  • 1
    Impressive, what could be useful is allowing users to correct failures to help increase that 1000. Do some cloud sourcing
  • 1
    @vikrambajaj we all use caffe, it's how devs code, we take in the caffe and put out the code. Lol
  • 1
    @RTRMS Thank you! I will surely consider doing so :)
    The problem is mainly inconsistencies and errors in human annotations, but there has to be a way around it :P
    I'll look into it :D
  • 1
    @RTRMS Hahaha 😂
    I'm talking about a different Caffe 😛
  • 3
    Oh shit... It is a cute puppy...
  • 2
    @CozyPlanes Well, in my app's defense, it also does look like a decorative salt shaker 😛
  • 2
    Very close...
  • 1
  • 0
    seems right... hahahaha also, it crashed when I captured a picture instead of uploading it
  • 1
    @vhoyer that's odd... it's never crashed on my phone...Can you reproduce the crash? Or was it a one-time event?
  • 2
    @vikrambajaj reproduced successfully, sorry, but the app is nice, wouldn't it be a good idea let the user help training the ai? just an idea
  • 3
    @vhoyer there's no need to apologise :) in fact, I should :P

    Letting users help train the model is a double-edged sword. Some might even abuse the AI, purposely give it the wrong labels etc. Also, there's always the problem of errors and inconsistencies in unsupervised human annotations: what you call a refrigerator I may call a fridge :P Get what I mean?

    But this doesn't mean it isn't a possibility worth considering :) Thanks for the input!
  • 1
    yeah, I see the problem...
  • 1
    @abcdev I'm confused... You meant that sarcastically right?
  • 1
    It crashed while loading. But cool concept.
  • 1
    @Jifuna Oh! Is your phone low on RAM? Thanks btw :)
  • 0
    @vikrambajaj no. That was really close to detect the image.
  • 1
    @abcdev Oh my bad! I thought you were being sarcastic 🙈
    Thank you!
  • 0
    @vikrambajaj Yes, I think I had like 300 mb free :).
  • 1
    @Jifuna Oh, I asked because I received a crash report with an OutOfMemory error, so I was wondering if the same issue happened with you as well. Is it working now?
  • 1
    @vikrambajaj same thing happened, I send a report.
  • 2
    @Jifuna okay I'll check it out :)
  • 2
    @Jifuna Turns out it's a NullPointerException, caused by a tts object.
  • 2
    @vikrambajaj as usual... What lang did you use? C++, python? I dont think you used java...
  • 1
    @vikrambajaj ah, if you want me to test it if you have a new version, let me know.
  • 1
    @CozyPlanes I used Java :)
  • 2
    @Jifuna Sure! I'll let you know :) Will be busy with exams for a bit!
Add Comment