Coder Social home page Coder Social logo

ionogram_scaling's Introduction

A Benchmark for Ionogram Autoscaling

Install OpenMMLab repositories

If your device have access to the Internet:

pip install openmim
mim install "mmengine>=0.6.0"
mim install "mmcv>=2.0.0rc4,<2.1.0"
mim install "mmdet>=3.0.0rc6,<3.1.0"
pip install "mmsegmentation>=1.0.0"
mim install "mmyolo"

If your machine could not connect to the Internet, but the pip mirror:

Also install with pip:

pip install mmengine
pip install /home/zyj/mmcv-2.0.0-cp38-cp38-manylinux1_x86_64.whl    # use whl file
pip install "mmdet==3.0.0"
pip install "mmsegmentation>=1.0.0"
cd mmyolo
# Install albumentations
pip install -r requirements/albu.txt
# Install MMYOLO
mim install -v -e .

Filetree

./
├── mmsegmentation
│   ├── configs
│   │   └── _ionoseg
│   ├── data
│   │   └── IonoSeg
│   │       ├── rgbimg
│   │       └── rgbmask
│   └── work_dirs
│       └── se4ionogram
└── mmyolo
    ├── configs
    │   └── custom_dataset
    │       ├── rtmdet
    │       ├── yolov5
    │       ├── yolov6
    │       └── yolov7
    ├── Iono4311
    │   ├── annotations
    │   ├── images
    │   └── labels
    ├── tools
    │   ├── analysis_tools
    │   ├── dataset_converters
    │   └── misc
    └── work_dirs
        ├── rtmdet_s_100e
        ├── rtmdet_tiny_100e
        ├── yolov5_m_100e
        ├── yolov5_s_100e
        ├── yolov6_l_100e
        ├── yolov6_m_100e
        ├── yolov6_s_100e
        ├── yolov7_tiny_100e
        └── yolov7_x_100e

Train

Please refer to the document A benchmark for ionogram real-time object detection based on MMYOLO

Ionogram scaling test

Please refer to Ionogram_scaling.ipynb.

Download

Dataset and models: Ionogram_scaling_v0-dataset_models.zip

ionogram_scaling's People

Contributors

voyagerxvoyagerx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.