Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 641 Bytes

File metadata and controls

15 lines (8 loc) · 641 Bytes

The code for paper Synthetic EMG Based on Adversarial Style Transfer Can Effectively Attack Biometric-based Personal Identification Models.

Dataset: http://zju-capg.org/research_en_electro_capgmyo.html

Please dowload the data from original authors.

training_xxx: train the cycleGAN or baseline id models.

model_xxx: the model structure of one type of baseline models.

We can only provide a demo model structure for baseline models.

If you want to use the baseline models from the paper, please dowload the baseline models from original authors.

We reused lots of code from https://github.com/eriklindernoren/PyTorch-GAN/tree/master.