NeighborhoodCoding

Results 48 comments of NeighborhoodCoding

@TexMexMax I actually found that TFlite plugin for flutter dose not support yolov4 for now(but the author said that he'll support someday) and I'm now trying to import my own...

Thank you very much. I just started working at the company and I was mainly used Python, when I want to use neural network to the app, it was very...

Is the issue is solved? two input rather than one input is nessessary... please support it! T.T

How about try PyTorch 1.4 and torchvision 0.5.0? seems to work in similar problem but I'm not perfectly sure yet, and maybe there is more good version to safe. !pip...

I'm a beginner, so I don't know well, but maybe https://medium.com/analytics-vidhya/deploy-ml-models-using-flask-as-rest-api-and-access-via-flutter-app-7ce63d5c1f3b (Flask?) will help.

Hi, I have question personally... I have my yolo model and I know python but not JAVA. I want to connect my TF by JAVA laguage... What should I study?...

Yes, I found the issue can be solved by using another file app. when I use android base file selector app, the uri works well. It is some issue from...

Thanks for your answer. This works fine. But ``` FFmpegMediaMetadataRetriever mmr_ffmpeg = new FFmpegMediaMetadataRetriever(); ``` is not working... It maybe my importation is some wrong? sorry.