Quang D. Nguyen

Results 18 comments of Quang D. Nguyen

@muamal2 Since your model only returns the label, change output of your model in ```detector_service.dart```, and remove all the lines that do not relate to labels. See the following changes:...

@muamal2 I am sorry for the 3rd, 4th, 5th bug. They are my mistakes. Unfortunately, I am afraid this model is an image classification real time detection. I might need...

@muamal2 I am sorry. I was busy last week. Did you figure it out or you still need my help with it?

Can you please let me know what you trying to use the model to predict or simply provide me an image so I could test your model? Try the code...

I'm not sure about line 291 and 301. Can you paste the code where it shows error or take screenshots of to where it says String cannot be assigned to...

``` class _DetectorServer { /// Input size of image (height = width = 224) static const int mlModelInputSize = 224; /// Result confidence threshold static const double confidence = 0.5;...

@zhaoxiaohai I am not sure if my answer is correct. But here is my thought: the example uses unsigned integer 8 bit list to declare the type of the image...