All Projects → MeioJane → CHR

MeioJane / CHR

Licence: other
SIXray : A Large-scale Security Inspection X-ray Benchmark in CVPR 2019

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to CHR

awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+211.54%)
Mutual labels:  localization, datasets
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (+164.1%)
Mutual labels:  localization, datasets
JuliaAutonomy
Julia sample codes for Autonomy, Robotics and Self-Driving Algorithms.
Stars: ✭ 21 (-73.08%)
Mutual labels:  localization
dagpi
Dagpi is a powerful and fast api that does image manipulation as well as serves datasets. It is fast and written in rust and python. Perfect for discord bots, social media apps, camera apps and more.
Stars: ✭ 25 (-67.95%)
Mutual labels:  datasets
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-79.49%)
Mutual labels:  localization
MultiplatformPlayground
Kotlin Multiplatform project in Jetpack Compose & SwiftUI with shared ViewModel layer and File upload
Stars: ✭ 72 (-7.69%)
Mutual labels:  localization
humanflow2
Official repository of Learning Multi-Human Optical Flow (IJCV 2019)
Stars: ✭ 37 (-52.56%)
Mutual labels:  datasets
update localization
A Python Script that helps dealing with localizations in Xcode. It keeps track of Items that are already translated and doesnt replace them like genstrings does but appends new items. Moreover it is possible to specify extensions of files that should be scanned and to specify ignore patterns for Files that should be ignored
Stars: ✭ 39 (-50%)
Mutual labels:  localization
flutter localization example
A flutter localization example
Stars: ✭ 31 (-60.26%)
Mutual labels:  localization
fuse-device
Use the basic Device functions such as UUID and current localization from Fuse
Stars: ✭ 13 (-83.33%)
Mutual labels:  localization
dh-core
Functional data science
Stars: ✭ 123 (+57.69%)
Mutual labels:  datasets
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (-55.13%)
Mutual labels:  localization
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-80.77%)
Mutual labels:  datasets
metadat
Meta-analytic datasets for R
Stars: ✭ 21 (-73.08%)
Mutual labels:  datasets
resource-translator
A GitHub Action that automatically creates machine-translated PRs of translation files. Supported file formats include, .ini, .po, .restext, .resx, .xliff .json.
Stars: ✭ 44 (-43.59%)
Mutual labels:  localization
glottos
A PHP 5.3+ Translation/Localization System
Stars: ✭ 70 (-10.26%)
Mutual labels:  localization
data.world-py
Python package for data.world
Stars: ✭ 98 (+25.64%)
Mutual labels:  datasets
locale-switcher
Browser Extension to quickly change your browser locale.
Stars: ✭ 75 (-3.85%)
Mutual labels:  localization
docker-compose
Docker compose for Weblate
Stars: ✭ 62 (-20.51%)
Mutual labels:  localization
alternate
Plug and Phoenix helpers to localize your web app via the URL
Stars: ✭ 26 (-66.67%)
Mutual labels:  localization

SIXray:A Large-scale Security Inspection X-ray Benchmark for Prohibited Item Discovery in Overlapping Images

[Paper] [dataset]

Illustration

Requirements

Conda virtual environment is recommended: conda env create -f environment.yml

  • Python3.5
  • PyTorch: 0.3.1
  • Packages: torch, numpy, tqdm

Usage

  1. Clone the CHR repository:

    git clone https://github.com/MeioJane/CHR.git
  2. Run the training demo:

    cd CHR/
    bash CHR/runme.sh

Checkpoint

If you only want to test images, you can download here.

Citation

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}
}

Acknowledgement

In this project, we reimplemented CHR on PyTorch based on wildcat.pytorch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].