amtoine / DiCyR

Code corresponding to the DiCyR ICLR submission, used for my first research project at ISAE-Supaero.

Home Page:https://openreview.net/forum?id=1OCwJdJSnSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiCyR: Disentangled cyclic reconstruction for domain adaptation

Official github repository for the paper Disentangled cyclic reconstruction for domain adaptation submited to ICLR 2021. This repository contains the code and notebooks illustrating the experiments presented in the paper.

Installation

First clone the repository:

git clone https://github.com/AnonymousDiCyR/DiCyR.git
cd DiCyR

Create a virtual environment:

conda env create -f environment.yaml

Create the data folder:

mkdir data

Download the 3D shapes data here and copy it into the data folder.

Notebooks:

All notebooks are available here Each of them represents one experiment iteration.

Pre-trained models:

Pre-trained models are availables here

About

Code corresponding to the DiCyR ICLR submission, used for my first research project at ISAE-Supaero.

https://openreview.net/forum?id=1OCwJdJSnSA


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%