CusterFun

Results 5 issues of CusterFun

``` urlpatterns = [ url(r'^gql', csrf_exempt(GraphQLView.as_view(batch=True))), ] ``` This issue has been reported earlier, with a fix, but it is not in master: [#105](https://github.com/graphql-python/graphene-django/pull/105) so how can I change my...

一起学习,加油

`tflite_flutter: ^0.10.1` I trained model using ssd_moblienet_v1(or ssd_mobilenet_v2) and made tflite model. ``` static Future _loadModel() async { dev.log('Loading interpreter options...'); final interpreterOptions = InterpreterOptions(); // Use XNNPACK Delegate if...

```shell E/flutter (28220): #2 Interpreter.runInference interpreter.dart:204 E/flutter (28220): #3 Interpreter.runForMultipleInputs interpreter.dart:180 E/flutter (28220): #4 Interpreter.run interpreter.dart:172 E/flutter (28220): #5 _DetectorServer._runInference detector_service.dart:406 E/flutter (28220): #6 _DetectorServer.analyseImage detector_service.dart:303 E/flutter (28220): #7 _DetectorServer._convertCameraImage....