Giter Club home page Giter Club logo

Comments (9)

redaghanem avatar redaghanem commented on June 29, 2024

i am trying to run it but until now i get this error

/TP-GAN/net_input_everything_featparts.py in init(self, datasplit, Random, LOAD_60_LABEL, MIRROR_TO_ONE_SIDE, RANDOM_VERIFY, GENERATE_MASK, source, testing)
66 split_f = self.csvpath.format(source, self.split)
67 split_f_test = self.csvpath.format(source, 'test')
---> 68 self.indices = open(split_f, 'r').read().splitlines()
69 self.indices_test = open(split_f_test, 'r').read().splitlines()
70 self.size = len(self.indices)

FileNotFoundError: [Errno 2] No such file or directory: '/data/FS/train.csv'

from pytorch-tp-gan.

redaghanem avatar redaghanem commented on June 29, 2024

log_file = open('/'.join( [tb.path,'train','log.txt'] ) , 'w' )
24
---> 25 train_img_list = open(config.train['train_img_list'],'r').read().split('\n')
26 train_img_list.pop()
27 val_img_list = open(config.train['val_img_list'],'r').read().split('\n')

FileNotFoundError: [Errno 2] No such file or directory: 'pretrain_train.list'

from pytorch-tp-gan.

unrealgeometry avatar unrealgeometry commented on June 29, 2024

Code actually works, if you create image lists by yourself. Pick the right training protocol from original paper. For 90-degrees and for 60-degrees it is different.

from pytorch-tp-gan.

redaghanem avatar redaghanem commented on June 29, 2024

Please can you tell me how to make this file and what structure of dataset should be

Floder subfolders files

Please help me

from pytorch-tp-gan.

unrealgeometry avatar unrealgeometry commented on June 29, 2024
  • to reproduce you need MultiPIE dataset
  • to create correct list of files, you will need 5 (landmark) points annotations for subset of MultiPIE images, you can find paper authors zip-file with annotations, https://drive.google.com/open?id=1bbMH71SNnX09r7kZj7ExqRLTEUHZVkno
  • format of this list files can be understood when you read pdf-description of MultiPIE dataset. Basically, it is a list of files with full path. This code then automatically detects frontal images by subfolder name '051'. See TrainDataset class source code.
  • many answers can be found in tensorflow original implementation https://github.com/HRLTY/TP-GAN and their README
  • you also need to pretrain LightCNN on MultiPIE faces. You need to create pretrain_train.list and it should be in the form .../<integer_person_ID>any_other_stuff.jpg as you may deriver from PretrainDataset source code: person_label = int( self.img_list[idx].split('/')[-1].split('')[0] )
  • please, put some feedback here and frontalized images if you succeed, especially if you try it on new dataset or plan to verify some new ideas ;)

from pytorch-tp-gan.

xiyichen avatar xiyichen commented on June 29, 2024

I am having trouble getting the MultiPIE dataset. How did you get it? When I clicked on their link it just says the page cannot be found.

from pytorch-tp-gan.

unrealgeometry avatar unrealgeometry commented on June 29, 2024

MultiPIE is a private dataset. Maybe your scientific advisor can help if your work requires it.

from pytorch-tp-gan.

zcxxlshirley avatar zcxxlshirley commented on June 29, 2024

log_file = open('/'.join( [tb.path,'train','log.txt'] ) , 'w' )
24
---> 25 train_img_list = open(config.train['train_img_list'],'r').read().split('\n')
26 train_img_list.pop()
27 val_img_list = open(config.train['val_img_list'],'r').read().split('\n')

FileNotFoundError: [Errno 2] No such file or directory: 'pretrain_train.list'

Have you solved your problem? How did you solve it? about No such file or directory: 'pretrain_train.list'
Thank U!

from pytorch-tp-gan.

MahmoodHB avatar MahmoodHB commented on June 29, 2024

Hello to all.
I am PhD student and developing the TPGAN code and if anyone interested in cooperating work with me to get better result.
you can rech me via email or my github page.
[email protected]
https://github.com/MahmoodHB

from pytorch-tp-gan.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.