Code Monkey home page Code Monkey logo

groupnorm-reproduce's Introduction

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

Reproduced Experiments from the Paper:

Not in the Paper

Implementations of the GroupNorm operation:

groupnorm-reproduce's People

Contributors

ppwwyyxx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

groupnorm-reproduce's Issues

Pretrained Weights

Would it be possible for you to share pretrained weights for resnet GN? Transferring directly from the pytorch BN weights gives very bad accuracy.

Resnet 101 GN Pretrained

Hi,

Is it possible or did you try training the resnet101 on ImageNet? Could you release the pretrained weights?

Thx

How to run detection on any custom image

using the pretrained models, how can I run detection on any image?

python imagenet-resnet-gn.py --data C:\yolo\resnet\GroupNorm-reproduce\ImageNet-ResNet-TensorFlow\image\ -d 101 --eval --load ImageNet-R101-GroupNorm32-AlignPadding.npz

In the image folder I have .png files on which I want to perform detection. But it keeps on giving the error of

File "imagenet-resnet-gn.py", line 128, in
ds = get_imagenet_dataflow(args.data, 'val', batch)
File "C:\yolo\resnet\GroupNorm-reproduce\ImageNet-ResNet-TensorFlow\imagenet_utils.py", line 95, in get_imagenet_dataflow
ds = dataset.ILSVRC12Files(datadir, name, shuffle=False)
File "C:\Users\paul90\AppData\Local\Continuum\anaconda3\envs\yolov3\lib\site-packages\tensorpack\dataflow\dataset\ilsvrc.py", line 164, in init
assert os.path.isfile(fname), fname
AssertionError: C:\yolo\resnet\GroupNorm-reproduce\ImageNet-ResNet-TensorFlow\image\val\ILSVRC2012_val_00000001.JPEG

can anyone please tell me how to run the detection on any image?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.