MyLtYkRiTiK / ComputerVision_Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComputerVision_Tutorials

  1. There is a tutorial in folder named ObjectDetection_TransferLearning_with_mmdetection. It teaches how to use transfer learning in tasks with your own dataset using pretrained backbones and mmdetection library as an example.

This tutorial first shows how to detect objects from the MS-COCO classes, such as a cat, a person, a car, or kitchen utensils. And then the free labeled data of four classes is used to train the model to distinguish otters, squirrels, pandas and raccoons.

Pretrained on MS-COCO Trained on own dataset

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%