raystlin

Results 12 comments of raystlin

Please, read the docs... https://github.com/TheCrypt0/yi-hack-v4/wiki/Supported-Camera-Models

Do you mind if I have a go at this or do you plan to tackle it yourself?

My idea is to unmarshal the file `saved_model.pb` (graft includes the protobuffer classes) and look for the model information there. I know I can have the tag names, the input...

I have investigated the uploaded models and I think the following additional input parameters are needed to overwrite or set parameters when guessing is not possible or fails: **Inputs:** 1....

I think the coding is complete, but I feel a lot of testing remains to be done because I did unit testing for models but did not perform large tests...

- `PhotoInput` abstracts the entry needed by the model: the input layer name, the expected height and width, the expected interval for input values ([0,1] or [-1,1] or whatever), the...

I wanted to add further checking to the input image size (and probably add conversions if the size is not the expected one), but I have been lately quite busy...

I am afraid I am having less time to code than I expected, but I promise to have this fully tested and finished just after the next stable release, so...

After reviewing the source code of Keras, I decided to add the following optional parameters to the input tensor definition: - ResizeOperation: By default Center-Crop was being applied when the...

Ok. This week I am out, but I will finish this PR during the weekend.