GithubHelp home page GithubHelp logo

aic2021-thefirstswans's Introduction

Evaluate

cd this-repo
python convert/label2pred.py <submission-folder-path>
python evaluation_det_e2e_offline/main.py <mode> text_results.json

Ensemble

Update by dictionary

cd this-repo
python ensemble/update_dict.py <submission-folder-path>/* --threshold 0.5 --output_dir outputs/

Tuning hyperparameters

cd this-repo
python ensemble/params_search.py <submission-folder-path> --study <save-study-name>

Docker

Pull already built docker:

docker pull vinhloiit/aic2021:latest

Or build using command (see build preparation below):

DOCKER_BUILDKIT=1 docker build --build-arg USERNAME=aic -t aic:latest .

Run command (final):

docker run --rm -it --gpus device=0 -v "$(pwd)"/TestB1:/data/test_data:ro -v "$(pwd)"/submission_output:/data/submission_output aic:latest /bin/bash run.sh

Go to inside docker container:

docker run --rm --gpus device=0 -it -v "$(pwd)"/test_data:/data/test_data -v "$(pwd)"/submission_output:/data/submission_output aic:latest /bin/bash

Build preparation

  • Put images that we want to test (e.g. TestB1) to root folder, e.g ./TestB1. Or you can modify the path in the running command above (-v "$(pwd)"/TestB1:/data/test_data:ro. Format: <path outside docker>:<path inside docker>:ro, ro for read-only)
  • Download weights to weights folder
  • Update weight paths and run command in run.sh

aic2021-thefirstswans's People

Contributors

kaylode avatar nhtlongcs avatar vinhloiit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.