Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 808 Bytes

File metadata and controls

42 lines (20 loc) · 808 Bytes

English | 中文

UNet_Nested4Tiny_Objects_Keypoints

Keypoints Detection of tiny objects with UNet_Nested(UNet++), based on PyTorch1.0.

Brief

  • This repository is based on UNet_Nested(UNet++)

  • Task: Detect keypoints of tiny objects, with high-speed inference & tiny weights file(2.2MB).

  • **Remarks: Be freely to take the specific codes in this repo which are needed in your program.

Requirements

  • Python 3.x
  • Pytorch 1.0
  • Opencv >=3.x
  • Pillow (Up to date)
  • Visdom (Up to date)

Installation

  • Please refer to

Quick Start

Results

TODO