Git Product home page Git Product logo

amirassov / kaggle-imaterialist Goto Github PK

View Code? Open in Web Editor NEW
485.0 15.0 120.0 10.25 MB

The First Place Solution of Kaggle iMaterialist (Fashion) 2019 at FGVC6

Home Page: https://www.kaggle.com/c/imaterialist-fashion-2019-FGVC6

License: MIT License

Dockerfile 0.11% Makefile 0.13% Python 85.24% Shell 0.51% C++ 4.69% Cuda 9.32%
computer-vision mmdetection kaggle object-detection instance-segmentation deep-learning pytorch kaggle-imaterialist hybrid-task-cascade imaterialist

kaggle-imaterialist's People

Contributors

amirassov 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kaggle-imaterialist's Issues

Augmentation Code

It is a wonderful work! Can you provide the agmentation code. I don't know how to increase data augmentation in mmdetection. Waiting for your reply. Thank you for your help.
Thanks!

trained model checkpoint?

hi, congratulations on the kaggle win!

just wanted to ask if you can release the trained model, as I dont have the resources to train the model myself.

cheers

TTA

I want to use your TTA code. Where can I find it ?

Link in prepare_weights.sh not working.

#!/usr/bin/env bash

mkdir /dumps
wget https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth -O /dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth
python /kaggle-imaterialist/src/prune.py
--weights=/dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth
--output=/dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c_prune.pth

The link in line 4 is not working i.e. https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth is not working. So please provide an alternative.

parameter tuning

I have a quick question about 'parameter tuning'

Parameter tuning:
After the 12th epoch with the default parameters, the metric on LB was 0.21913. Next, I tuned postprocessing thresholds using validation data:

rcnn=dict(
score_thr=0.5,
nms=dict(type='nms', iou_thr=0.3),
max_per_img=100,
mask_thr_binary=0.45
)

Does it mean that you use this for 'hard_overlaps_suppression' ?
def hard_overlaps_suppression(binary_mask, scores)

  1. only keep mask whose mask_thr > 0.45
  2. number of binary_mask is 100

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.