GaffeyFF

Results 5 issues of GaffeyFF

This is the effect detected by the model I trained.What is the problem? ![image](https://user-images.githubusercontent.com/23270500/68660044-68738300-0573-11ea-921d-d5ca0f9bc765.png)

how to resolve this issue : 11-16 17:28:26.354 1410-1437/mariannelinhares.mnistandroid E/art: No implementation found for long org.tensorflow.contrib.android.RunStats.allocate() (tried Java_org_tensorflow_contrib_android_RunStats_allocate and Java_org_tensorflow_contrib_android_RunStats_allocate__) 11-16 17:28:26.354 1410-1437/mariannelinhares.mnistandroid I/TensorFlowInferenceInterface: Loading tensorflow_inference. 11-16 17:28:26.359 1410-1437/mariannelinhares.mnistandroid E/AndroidRuntime:...

I want to export to .pb file

import coremltools as ct from coremltools.converters.mil.mil import types coreml_model = ct.convert( traced_model, convert_to="mlprogram", inputs=[ct.TensorType(shape=(1, 3, 16, 224, 224),dtype=types.float)] ) coreml_model.save('yowo_tiny.mlmodel') File "C:\Users\Admin\AppData\Roaming\Python\Python310\site-packages\coremltools\converters\mil\mil\builder.py", line 168, in _add_op new_op = op_cls(**kwargs) File...