Skip to content

timberding/Intelligent-quality-inspection-of-lane-rendering-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent-quality-inspection-of-lane-rendering-data

A brief demo for Intelligent inspection of lane rendering data

1. Brief introduction.

This repo provides a simple solution for intelligent inspection of lane rendering data. We use a classification method to perform this task.

2. Usage.

2.1. Environment

pytorch==1.11.0

2.2. Training and generating result

python demo_script.py \
    --traindir /path/to/train_data \
    --train_metadir /path/to/train_label \
    --train_metafile train_label.csv \
    --test_metadir /path/to/test_data \
    --test_metafile test_image.csv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages