Skip to content

lukazso/kpbms-pvdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combining Visual Saliency Methods and Sparse Keypoint Annotations to Providently Detect Vehicles at Night

The corresponding paper was submitted to ICRA 2023 and is still under review. The arxiv preprint can be found here. This repository contains the main source code for our context-aware Boolean map saliency approach.

Setup environment

PVDN Dataset

Download the PVDN dataset from Kaggle.

Python dependencies

The code was tested on Ubuntu 20.04 and Python 3.8.10. However, it should normally also work fine on other OS and similar Python 3.x versions.

Setup a virtual environment and install the repo as a package:

python3 -m venv venv
source venv/bin/activate
pip install pip --upgrade
pip install -e .

Tutorials

The following notebooks provide examples for basic use cases:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published