Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 289 Bytes

File metadata and controls

16 lines (16 loc) · 289 Bytes

HRNet reproduction

1. Introduction

The file structure of HRNet is shown below:

📦HRNet
 ┣ 📜checkpoint.py
 ┣ 📜classifier.py
 ┣ 📜hrnet.py
 ┗ 📜model.py
📦HRNet_pretrain
 ┣ 📜hrnetpretrain.py
 ┗ 📜readme.md

2. Function analysis