Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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".

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
```