GithubHelp home page GithubHelp logo

kaai-kmu / 3d-ssl Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.04 MB

Semi-Supervised Learning for 3D Object Detection

License: Apache License 2.0

Dockerfile 0.14% Python 87.30% C++ 4.54% Cuda 7.59% C 0.30% Shell 0.13%

3d-ssl's Introduction

3DIoUMatch-based 3D Semi-Supervised Learning

This repository implements a 3D Semi-Supervised Learning framework based on 3DIoUMatch, leveraging OpenPCDet for point cloud processing. It's designed for advanced research and experiments in 3D object detection.

Setup

To set up the environment, follow these steps:

  1. Follow OpenPCDet Setup: The setup for this project is identical to that of OpenPCDet. Ensure you follow their guidelines to set up your environment correctly. Additionally, you must set up the KITTI dataset according to the instructions.

  2. Create Split Database Info:

    • Use the command below to generate split database information.
    • Example Command:
      python -m pcdet.datasets.kitti.kitti_dataset_ssl create_split_infos tools/cfgs/dataset_configs/kitti_dataset.yaml 002_1
    • Note: Splits can be created by adding .txt files to data/kitti/Imageset, allowing for custom split configurations.

Training

The training process involves two stages: Pretraining and Semi-Supervised Learning.

  1. Pretraining:

    • Navigate to the tools directory.
    • Run the pretraining script with the specified configuration file and split name.
    • Example Command:
      python pretrain.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml --split_name 002_1 --repeat 10
  2. Semi-Supervised Learning:

    • Continue training in a semi-supervised manner using a pretrained model.
    • Example Command:
      python pretrain.py --cfg_file cfgs/kitti_models/pv_rcnn_ssl.yaml --split_name 002_1 --pretrained_model ../output/kitti_models/pv_rcnn/default/ckpt

3d-ssl's People

Contributors

iamjiyong avatar ccorbinlee avatar

Stargazers

 avatar

Watchers

Kostas Georgiou 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.