Coder Social home page Coder Social logo

Comments (7)

PINTO0309 avatar PINTO0309 commented on July 21, 2024 1

@benlemond
Try it if you have the time.

Screenshot 2020-11-26 22:11:51

from pinto_model_zoo.

PINTO0309 avatar PINTO0309 commented on July 21, 2024 1

I have converted the model in the following repositories, so please refer to the following for post-processing.
https://github.com/bubbliiiing/yolov4-tiny-keras.git

from pinto_model_zoo.

PINTO0309 avatar PINTO0309 commented on July 21, 2024

@benlemond
I tried to generate the EdgeTPU model by replacing LeakyReLU with PReLU. Try it once.
https://github.com/PINTO0309/PINTO_model_zoo/tree/master/046_yolov4-tiny/20_Replace_LeakyReLU_to_PReLU

from pinto_model_zoo.

benlemond avatar benlemond commented on July 21, 2024

@PINTO0309
main.ERROR - Only float32 and uint8 are supported currently, got -1695564548.Node number 5 (PRELU) failed to invoke.

from pinto_model_zoo.

PINTO0309 avatar PINTO0309 commented on July 21, 2024

@benlemond

I found the source of the problem.
google-coral/edgetpu#187

It seems to be a bug when the TFLite converter converts ResizeNearestNeighbor.
half_pixel_centers should not be True, but will be forced to be converted to True.

I think it's a matter of the converter, so it's out of my hands at this point.

from pinto_model_zoo.

gouliang1997 avatar gouliang1997 commented on July 21, 2024

I gave it a try and succeeded in getting these five outputs. But I don't know what to do with the output later.
I think I should get two outputs, one for detected_boxes and one for scores.

from pinto_model_zoo.

gouliang1997 avatar gouliang1997 commented on July 21, 2024

I processed the output according to the process in the repo, but the x y w h value of the output of this model is between 40 and 60.(output_details[3][..., :4] and output_details[4][..., :4])
If I put these values into the sigmoid function, I will get the output all turn out to be 1 because these values are obviously too large.
I think I need to make some adjustments to the output of the model but I don't know how

from pinto_model_zoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.