AmineMarnissi / UDAT

The alignment of feature distributions between visible and thermal domains is crucial for achieving effective object detection. Our proposed adaptive detector, integrated into the faster R-CNN architecture, tackles the domain shift problem and enhances overall performance. Experimental evaluations are demonstrated on the KAIST and FLIR ADAS dataset

Home Page:https://aminemarnissi.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature distribution alignments for object detection in the thermal domain

📖 Feature distribution alignments for object detection in the thermal domain

[Paper]   [Project Page]   [Demo]
Mohamed Amine Marnissi ...


🔧 Dependencies and Installation

Installation

We now provide a clean version of GFPGAN, which does not require customized CUDA extensions.

  1. Clone repo

    git clone https://github.com/AmineMarnissi/UDAT.git
    cd UDAT
  2. Install dependent packages

    # Create the environment from the environment.yml file:
    conda env create -f environment.yml
    
    # Activate the new environment:
    conda activate UDAT
    
    # Verify that the new environment was installed correctly:
    conda env list

Datasets

Models

Pre-trained Models

In our experiments, we used two pre-trained models on ImageNet, i.e. ResNet50. Please download the model from:

Download and make the model in data/pretrained_model/.

Training

bash kaist_train.sh

bash flir_train.sh

Test

python test_flir.py

Demo

BibTeX

@article{article,
author = {Marnissi, Mohamed and Fradi, Hajer and Sahbani, Anis and ESSOUKRI BEN AMARA, Najoua},
year = {2022},
month = {02},
title = {Feature distribution alignments for object detection in the thermal domain},
journal = {The Visual Computer}
}

📧 Contact

If you have any question, please email mohamed.amine.marnissi@gmail.com.

About

The alignment of feature distributions between visible and thermal domains is crucial for achieving effective object detection. Our proposed adaptive detector, integrated into the faster R-CNN architecture, tackles the domain shift problem and enhances overall performance. Experimental evaluations are demonstrated on the KAIST and FLIR ADAS dataset

https://aminemarnissi.github.io/


Languages

Language:Python 99.3%Language:Cython 0.7%Language:Shell 0.0%