Code Monkey home page Code Monkey logo

maybeshewill-cv / mortred_model_server Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 7.0 77.46 MB

High Performan Ai Model Web Server. Mainly support computer vision model. Quickly establish your own ai-model server. https://github.com/MaybeShewill-CV/mortred_model_server

License: MIT License

CMake 0.46% C++ 98.55% C 0.08% Python 0.91%
high-perforance-computing workflow model-server image-classification image-ocr image-segmentation mnn-model object-detection

mortred_model_server's People

Contributors

barenboim avatar maybeshewill-cv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mortred_model_server's Issues

Please update the code of checking thread task's state.

if (state == WFT_STATE_ABORTED) {

We are changing a thread/go task's state to WFT_STATE_SYS_ERROR with error ETIMEDOUT when the task was timed out. I am sorry for the change but this will make it possible for users to distinguish between thread task's timeout and program exit. You may update the code to be something like:

if (state == WFT_STATE_SUCCESS)
{
   // done
}
else
{
   // timeout
}

to make it compatible with both behaviors.

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.