Skip to content

yjy4231/ECIENet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECIENet

Introduction

This is the PyTorch implementation of our paper "Monocular 3D object detection based on context information enhancement and deep guidance".

Overview

Installation

We test this repository on one Nvidia 2080Ti GPU.

Ubuntu20.04

python=3.6.13

torch=1.8.1

Getting Started

Dataset Preparation

KITTI

│── KITTI
│   │── ImageSets
│   │   ├──train.txt & val.txt & trainval.txt & test.txt
│   │── training
│   │   ├──calib & image_2 & label_2 & depth_dense
│   │── testing
│   │   ├──calib & image_2

Waymo

You can follow the Blog to convert the Waymo Dataset.

Training & Testing

  • Test our paper's result

upload the add_DL_lapulasi_lr09.zip to KITTI benchmark
  • Test and evaluate the pretrained models

python tools/test.py 
  • Train a model

python tools/train_val.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages