ycszen / pytorch-segmentation

Pytorch for Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Check

FuriouslyCurious opened this issue · comments

Hi @ycszen

Thank you for the repo! I was wondering what is the status of the repo - were you able to test the models and see if implementation accuracy matches Arxiv papers?

There is an official implementation of DenseNet now, which can be used to write DenseNet-FCN.
https://github.com/pytorch/vision/tree/master/torchvision/models

Thanks!

Hi!
This repo has been tested but I didn't watch its accuracy(maybe later I will adjust to match papers).
Thank you for your advice.