IBM / watson-waste-sorter

Create an iOS phone application that sorts waste into three categories (landfill, recycling, compost) using a Watson Visual Recognition custom classifier
https://developer.ibm.com/patterns/recycle-with-watson/
Apache License 2.0
46 stars 37 forks source link

Parse response score as Double instead of Float to resolve permanent loading #29

Closed maggix closed 5 years ago

maggix commented 5 years ago

Resolves #22

Tomcli commented 5 years ago

@maggix To follow the flake8 guideline, can you modify server/run.py's line 63 to 64 to the following? Thank you.

        url_result = visual_recognition.classify(
                        images_file=images_file,
                        parameters=parameters).get_result()