All Projects → ruizvitor → Anda

ruizvitor / Anda

Licence: mit
Code for our ICAR 2019 paper "ANDA: A Novel Data Augmentation Technique Applied to Salient Object Detection"

Projects that are alternatives of or similar to Anda

Notebooks
An attempt to formalize my thoughts. A pythonic approach to mental housekeeping
Stars: ✭ 14 (-30%)
Mutual labels:  jupyter-notebook
Udacity Deep Learning Nanodegree
This is just a collection of projects that made during my DEEPLEARNING NANODEGREE by UDACITY
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Core Stories
All the notebooks for the analysis of Emotional Arcs within the Project Gutenberg corpus, see "The emotional arcs of stories are dominated by six basic shapes"
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Tensorflow2 Generative Models
Implementations of a number of generative models in Tensorflow 2. GAN, VAE, Seq2Seq, VAEGAN, GAIA, Spectrogram Inversion. Everything is self contained in a jupyter notebook for easy export to colab.
Stars: ✭ 883 (+4315%)
Mutual labels:  jupyter-notebook
Nearby exoplanet map
Creating a stylised pseudo-3D exoplanet map using matplotlib
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Deepbayes
Bayesian methods in deep learning Summer School
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Archive
Archive of presentations
Stars: ✭ 14 (-30%)
Mutual labels:  jupyter-notebook
Deep Learning Experiments
Notes and experiments to understand deep learning concepts
Stars: ✭ 883 (+4315%)
Mutual labels:  jupyter-notebook
Attend Infer Repeat Pytorch
S.M.Ali Eslam et.al. Attend, Infer, Repeat: Fast Scene Understanding with Generative Models ICML16
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Syde 522
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Mnist 1stclass on aznotebook
給想體驗如何在微軟AZ notebook上操作GPU及做圖像辨識(以MNIST資料集為例)
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Pytorch Bicubic Interpolation
Bicubic interpolation for PyTorch
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Facealignmentcompare
Empirical Study of Recent Face Alignment Methods
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Tutorials
A project for developing tutorials for Streams
Stars: ✭ 14 (-30%)
Mutual labels:  jupyter-notebook
Ud810 Intro Computer Vision
My solutions for Udacity's "Introduction to Computer Vision" MOOC
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Motivesextractor
Extract Polyphonic Musical Motives from Audio Recordings
Stars: ✭ 14 (-30%)
Mutual labels:  jupyter-notebook
Mj583
J583 Advanced Interactive Media
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Lstm Sentiment Analysis
Sentiment Analysis with LSTMs in Tensorflow
Stars: ✭ 886 (+4330%)
Mutual labels:  jupyter-notebook
Sage
Home of the Semi-Analytic Galaxy Evolution (SAGE) galaxy formation model
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook
Azure Webapp W Cntk
Deployment template for Azure WebApp, CNTK, Python 3 (x64) and sample model
Stars: ✭ 15 (-25%)
Mutual labels:  jupyter-notebook

Attention this repository is no longer maintained

Please refer to https://github.com/VRI-UFPR/ANDA from now on.

ANDA: A Novel Data Augmentation Technique Applied to Salient Object Detection

Official code for the ICAR 2019 paper "ANDA: A Novel Data Augmentation Technique Applied to Salient Object Detection"

REQUIREMENTS:

We recommend the use of conda alternatively miniconda for python environment management. For the scripts, refer to the requirements.txt in the root folder, for the PConvInpainting refer to PConvInpainting/requirements.txt.

STEP BY STEP USAGE:

  • Download MSRA10K at https://mmcheng.net/msra10k/
  • Run scripts/protocol.sh PATH ; e.g. MSRA10K_Imgs_GT/Imgs
  • Run PConvInpainting/inpaintMSRA10K.py ; --help for parameter instructions
  • Run scripts/featureRelated/computeKnn.py ; --help for parameter instructions
  • Run scripts/featureRelated/anda.py ; --help for parameter instructions

A bash script for the entire process is available at scripts/run.sh

cd scripts
bash run.sh

CITATION:

If you found this code useful for your research, please cite:

@INPROCEEDINGS{ruiz2019anda,
author={D. V. {Ruiz} and B. A. {Krinski} and E. {Todt}},
booktitle={2019 19th International Conference on Advanced Robotics (ICAR)},
title={ANDA: A Novel Data Augmentation Technique Applied to Salient Object Detection},
year={2019},
pages={487-492},
keywords={feature extraction;learning (artificial intelligence);neural nets;object detection;video signal processing;image cropping;ANDA technique;labeled salient objects;image inpainting;background information;data augmentation technique;salient object detection context;mean absolute error;F-measure},
doi={10.1109/ICAR46387.2019.8981655},
ISSN={null},
month={Dec},}

DISCLAIMER:

  • This is a research code, so compatibility issues might happen.
  • The PConvInpainting folder contain code from the REPOSITORY.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].