资源算法ainized-detectron2

ainized-detectron2

2020-03-05 | |  40 |   0 |   0

图片.png

Ainized-Detectron2

Detectron2 is the object detection open source project based on the pytorch made in the Facebook AI Research (FAIR). With modular design, Detectron2 is more flexible, extensible than the existing Detectron. Detectron2 provides models of object detection such as panoptic segmentation, DensePose, Cascade RCNN, and more based on a variety of backbones.

In this Ainize project, you can receive the inferred result image after selecting one of the inference models. All the inference models used Resnet 50 + FPN (Feature Pyramid Network) as a backbone.

The inference using server is done in the following steps:

  1. User publishes an image file

  2. server returns a inferred image

Note that the server is implemented in Node.js.

You can see the demo server from below site

https://endpoint.ainize.ai/gkswjdzz/ainized-detectron2/

How to deploy

this server is dockerized, so it can be built and run using docker commands.

Docker build

docker build -t detectron2 .

Docker run

docker run -p 80:80 -it detectron2

Now the server is available at http://localhost.

Note that the docker image can be deployed using any docker-based deploy platform (e.g. ainize.ai).

References

  1. facebookresearch/detectron2


上一篇:Detectron-windows

下一篇:Detectron2_Demo_Windows_10

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...