Skip to content

rymshasaeed/ancient-coins-synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ancient Coins Reconstruction

The repository contains Conditional Generative Adversarial Network (CGAN) model, build using Pytorch, to classify and reconstruct the ancient coins.

Dataset

The dataset been used to train the model includes Hadrian Roman Imperial Coins obtained from publicly available Online Coins of the Roman Empire (OCRE) database.

dataset
Dataset-Sample

Training Parameters

image size = [128, 128]
number of epochs = 2
generator dimensions = 100
batch size = 128
learning rate = 0.0002

Results

The reconstructed samples could be obversed under this directory. A better resolution synthesis could be achieved using the coin samples scaled greater than 128x128.