SIXray:A Large-scale Security Inspection X-ray Benchmark for Prohibited Item Discovery in Overlapping Images
Conda virtual environment is recommended: conda env create -f environment.yml
- Python3.5
- PyTorch: 0.3.1
- Packages: torch, numpy, tqdm
-
Clone the CHR repository:
git clone https://github.com/MeioJane/CHR.git
-
Run the training demo:
cd CHR/ bash CHR/runme.sh
If you only want to test images, you can download here.
If you use the code in your research, please cite:
@INPROCEEDINGS{Miao2019SIXray,
author = {Miao, Caijing and Xie, Lingxi and Wan, Fang and Su, chi and Liu, Hongye and Jiao, jianbin and Ye, Qixiang },
title = {SIXray: A Large-scale Security Inspection X-ray Benchmark for Prohibited Item Discovery in Overlapping Images},
booktitle = {CVPR},
year = {2019}
}
In this project, we reimplemented CHR on PyTorch based on wildcat.pytorch.