Skip to content

huangleiBuaa/XBNBlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements and Dependency

  • Install PyTorch with CUDA (for GPU). (Experiments are validated on python 3.8.11 and pytorch 1.7.0)
  • (For visualization if needed), install the dependency visdom by:
pip install visdom

Experiments

Here, we provide the code for reproducing the main experiments on ImageNet datasets.

1. Prepare the dataset:

Download the ImageNet-1K datasets, and put it in the dir: ./data/imageNet/ or you can specify your datapath by changing --dataset-root=/your-data-path

2. Run scripts of experiments:

We provide the scripts in ./experiments/, including the experiments on the ResNet, ResNeXt, Mobilenet-V2 and ShuffleNet-V2 .

3. Results of object detection for COCO:

We provide the codes in ./ObjectDetection/, based on the mask-rcnn codebase

4.Pre-trained models:

ResNet-50-XBNBlock-standard_train, ResNet-50-XBNBlock-advanced_train, [ResNeXt-50-XBNBlock-advanced_train

About

This project is the PyTorch implementation of our CVPR 2022 paper:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published