Giter Site home page Giter Site logo

rpdnet's Introduction

RPDNet

RPDNet is the model that can detect valid cells from millimeter wave radar RDM.

Prerequisites

  • Python 3.6
  • PyTorch 1.8+
  • GPU

Getting started

Installation

Noted that our code is tested based on PyTorch 1.8

Dataset

Download Dataset.

Before training or test, please make sure you have prepared the dataset by organizing the directory as: data/your_dataset/data and data/your_dataset/label. E.g. data/GT6/data and data/GT6/label.

Configuration

In config/base_confige.yml, you might want to change the following settings:

  • data (NECESSARY) root path of the dataset for training or testing
  • WORK_PATH path to save/load checkpoints
  • CUDA_VISIBLE_DEVICES indices of GPUs
  • learning_rate learning rate
  • batch_size batch size for traning

Train

Train a model by

python main.py train
  • --config path of configuration file #Default: config/base_config.yml

Evaluation

Evaluate the trained model by

python main.py eval
  • --config path of configuration file #Default: config/base_config.yml
  • --epoch iteration of the checkpoint to load. #Default: -1

It will output Precision rate, Recall rate, and number of target points

Transform

Transform the prepared dataset using the trained model by

python main.py transform
  • --config path of configuration file #Default: config/base_config.yml
  • --epoch iteration of the checkpoint to load. #Default: -1

License

RDNetis freely available for free non-commercial use, and may be redistributed under these conditions.

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.