Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsaurus/hrnet-w48-pytorch-windows
This is an unofficial implementation of semantic segmentation for TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition".
https://github.com/dsaurus/hrnet-w48-pytorch-windows
Last synced: 8 days ago
JSON representation
This is an unofficial implementation of semantic segmentation for TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition".
- Host: GitHub
- URL: https://github.com/dsaurus/hrnet-w48-pytorch-windows
- Owner: DSaurus
- Created: 2020-07-23T06:52:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:56:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T08:47:18.964Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HRNet W48 Pytorch Windows
This project contains only the architecture of the HRNet-W48.
## Dependencies
```
pytorch >= 1.1.0
yacs
```## Install
```
cd inplace_abn
python setup.py build install
```## Test
```
python test.py
```