All Projects → Media-Smart → SKU110K-DenseDet

Media-Smart / SKU110K-DenseDet

Licence: Apache-2.0 license
A state of art detector for densely packed scenes dataset SKU-110K

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to SKU110K-DenseDet

Best ai paper 2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Stars: ✭ 2,140 (+2018.81%)
Mutual labels:  sota
Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+2164.36%)
Mutual labels:  sota
Nlp Recipes
Natural Language Processing Best Practices & Examples
Stars: ✭ 5,783 (+5625.74%)
Mutual labels:  sota
AITQA
resources for the IBM Airlines Table-Question-Answering Benchmark
Stars: ✭ 12 (-88.12%)
Mutual labels:  sota
pymarl2
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
Stars: ✭ 311 (+207.92%)
Mutual labels:  sota
SimpleView
Official Code for ICML 2021 paper "Revisiting Point Cloud Shape Classification with a Simple and Effective Baseline"
Stars: ✭ 95 (-5.94%)
Mutual labels:  sota
MIRNet-Keras
Keras Implementation of MIRNet - SoTA in Image Denoising, Super Resolution and Image Enhancement - CVPR 2020
Stars: ✭ 21 (-79.21%)
Mutual labels:  sota
Transformer-in-Transformer
An Implementation of Transformer in Transformer in TensorFlow for image classification, attention inside local patches
Stars: ✭ 40 (-60.4%)
Mutual labels:  sota
ModelZoo.pytorch
Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64🌟 GhostNet1.3x 75.78🌟
Stars: ✭ 42 (-58.42%)
Mutual labels:  sota
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+2612.87%)
Mutual labels:  sota
image-classification
A collection of SOTA Image Classification Models in PyTorch
Stars: ✭ 70 (-30.69%)
Mutual labels:  sota
Face-Renovation
Official repository of the paper "HiFaceGAN: Face Renovation via Collaborative Suppression and Replenishment".
Stars: ✭ 245 (+142.57%)
Mutual labels:  sota
ResidualAttentionNetwork
A Gluon implement of Residual Attention Network. Best acc on cifar10-97.78%.
Stars: ✭ 104 (+2.97%)
Mutual labels:  sota

Introduction

A state of art detector for densely packed scenes dataset SKU-110K.

For more information, please read our technical report.

avatar

License

This project is released under the Apache 2.0 license.

Installation

  1. To clone this project to your own device.

    git clone https://github.com/Media-Smart/SKU110K-DenseDet.git
    
  2. Please refer to INSTALL.md for installation and dataset preparation.

  3. Click here to download the weights.

Get Started

Please go to GETTING_STARTED.md for the basic usage of MMDetection.

Before you are about to run or train, please edit the path in configuration.

Test

python tools/test.py configs/SKU_fusion_bfp_x101_32x4d.py \
    ${YOUR_WEIGHT_PATH} \
    --show

Train

python tools/train.py configs/SKU_fusion_bfp_x101_32x4d.py

Performance

The performance applied on SKU-110k of our best solution.

mAP AP@50 AP@75
Val Set 58.0% 92.0% 66.5%
Test Set 1 58.7% 92.9% 67.3%

For more detail, please browse the configuration.

Contact

This repository is currently maintained by Tianze Rong (@SteelBeamR), Hongxiang Cai (@hxcai), Yichao Xiong (@mileistone).

Credits

The whole project is based on mmcv v0.5.9 and mmdetection v1.0rc1 via open-mmlab.

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].