Custom model using SDD scene #340
DevDigitalCittius
started this conversation in
General
Replies: 1 comment 2 replies
-
Change tf-lite-unity-sample/Assets/Samples/SSD/SSD.cs Lines 9 to 10 in b7692d1 Then, the output order is a bit different from this old example. change the outputs like the following ↓ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm having some troubles using my custom TFlite model, in the SDD scene.
I trained my model using this google collab notebook , and the result is kind of acceptable for the testing that im doing, as is shown in the image below.
When i try to use it in the SDD scene, i get this error message.
The only way i found to use my model in the SDD scene, is quantizing the model, when i quantize it, the model runs normally in the SDD scene, but there is no detection at all (look at image bellow)
After a lot of trial and error, i found out, that when i quantize my model, it just stops working as expected.
Is there a way I can use my model without receiving this error message? Or a way I can quantize it without crashing my model?
Here is the tflite file for the working model
Sorry if i got something wrong, it's my 1st time training a tensorflow model
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions