Christopher Mahoney

Results 63 comments of Christopher Mahoney

> Sadly I think I need to click the approve workflow button every time you push until you make at least one contribution Skill issue on my part. Sorry!

What do we think about the design for defining model labels? ``` note-640-640-yolov5s-labels.txt note-640-640-yolov5s.rknn ``` My thought process is that someday when we are able to support uploading models in...

> different model types What I'm going for is all those files encode the same "model" - just in different file formats. The difference between `onnx` and `rknn` isn't topological,...

I feel pretty good about the implementation so far. I have a question, how can I go about getting the list of available models from core to the client? I...

Ready for review - if someone is able to test this code running on hardware that would be great.

At the moment this is hung up on extracting models from the JAR. There is some kind of platform dependency - I'll work through it and move on to testing...

I'm preparing a more reviewable patch set!

@mcm001 I think this is the minimum abstractions needed to start #1340 and the uploading part of #1354

To have a second model to test with I just copied the existing one but slightly changed the name. ``` cp photon-server/src/main/resources/models/note-640-640-yolov5s.rknn photon-server/src/main/resources/models/note-640-640-yolov5m.rknn cp photon-server/src/main/resources/models/note-640-640-yolov5s-labels.txt photon-server/src/main/resources/models/note-640-640-yolov5m-labels.txt ```

I'm going to try following these instructions and see if I can get it to work :+1: