Results 19 comments of oshima

Hi @mikel-brostrom ! When you use [yolov5/detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py) script, only the first output of tflite model is used In the [models/common.py](https://github.com/ultralytics/yolov5/blob/f5335f22bbd6037124d60edb3c2d1934d7673e23/models/common.py#L503) and it is the box locations you mentioned above. But...

@inc0 Thank you for a nice advice! I agree we need it. I want to support this by v0.04.

@chungers Umm..I tried to make myself an Assignees, but I did not have the authority to set Assignees.

@chungers Thanks! That is more accurate expression. I was going to implement it that way, but as I was not convinced enough that alone, I wrote it as above (I...

I updated my comment.

@chungers Yes, the plugin runs the MaaS server in the docker container. I agree with your opinion that users must run MaaS somewhere in general use cases. However, for users...

Hi @anarcher ! My opinion, `Instance.Provisioin` means only 1 instance provision make responsibility of plugin clear. So `Aws-AutoScaleGroup-instance-plugin` or auto scale configuration in terraform layer is better to solve API...

Thankyou @chungers ! I agree two controllers would be confusing and autoscale implements in group plugin is better. But I also wander autoscale group plugin needs specific instance plugin. +1...

@chungers I want to show you my image with a working code. Of cource I will add tests and documents!

@chungers Thankyou for your comments! I'm willing to discuss and refine it. First, We need util command and general rest API (of course tests and docs :) )