With 20,000 class object detection, it’s to be very very very attentive.

MLBoy
2 min readJan 13, 2022

How to use ultra-accurate machine learning object detection and segmentation model.

It uses a machine learning model called Detic in Python to detect it in detail.

We want to detect and sort dense objects one by one, which cannot be detected by conventional object detection.

The latest model by FaceBook Reseach is amazing

The model called Detic announced in 2022 can detect 20,000 class objects and has high accuracy.

how to use

We can make inferences with the official Colab.

Basically, all you have to do is clone the repository, install the required modules, initialize the Predictor from the configuration file and weights, and add the image to it.

predictor = DefaultPredictor(cfg)
outputs = predictor(im)

Applications will also evolve

With the model like this available for free, applications will evolve steadily.

🐣

I’m a freelance engineer.
Work consultation
Please feel free to contact us with a brief development description.
rockyshikoku@gmail.com

I am making an app that uses Machine Lerning and AR and more.
We send machine learning / AR related information.

GitHub

Twitter
Medium

--

--