Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx authored Feb 23, 2021
1 parent 85ca770 commit 883f694
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@

A collection of code in different frameworks, that __reproduces__ several experiment results in the paper:
A collection of verified code in different frameworks, that __reproduces__ several experiment results in the paper:

+ [Group Normalization](https://arxiv.org/abs/1803.08494) - Best Paper Honorable Mention at ECCV 2018.

There are a number of implementations of this paper online, however it's unsafe
to trust any implementation (including your own) without reproducing results.

## Official Code
## Reproduced Experiments from the Paper:

+ [Object Detection with Mask R-CNN, in Caffe2](https://github.com/facebookresearch/Detectron/tree/master/projects/GN), with models.

## Unofficial Code
+ [Object Detection with Mask R-CNN, in Caffe2](https://github.com/facebookresearch/Detectron/tree/master/projects/GN), with models. Official models for the paper.

+ [ImageNet Classification with ResNet-50, in TensorFlow](ImageNet-ResNet-TensorFlow/), with models. Exactly reproduce.

Expand Down

0 comments on commit 883f694

Please sign in to comment.