saurabhsharma1993 / pose-transfer

PyTorch Implementation of Deformable GAN https://arxiv.org/abs/1801.00055
79 stars 13 forks source link

What's the format of training/testing pairs and annotation files? #1

Open Lotayou opened 6 years ago

Lotayou commented 6 years ago

Hi @ssfootball04 thanks for this wonderful PyTorch Implementation! However I noticed that creating the dataset requires several .csv annotation files, and I don't know how to create these files, also I don't know the format of your annotation objects.

Can you show me how to prepare these annoation files and how to create training/testing pairs? Many thanks!

saurabhsharma1993 commented 6 years ago

I'm currently travelling. Will upload code for the data annotations soon :)

Lotayou commented 6 years ago

Alright. Have a nice trip lol

7color94 commented 5 years ago

Hi, I know pairs-train.csv can be prepared by create_pairs_datasets, but could you tell me how to prepare pairs-train-iterative.csv/pairs-train-interpol.csv in your implementation?

OwalnutO commented 5 years ago

Is there anyone figure out how to make these csv file? Thanks~