Rahul Kumar
Rahul Kumar
Hey @shahdghorsi the trained model is available in trained_model folder. In case you want to train it from scratch you can download the spoof datasets from here `https://www.idiap.ch/dataset/msspoof/download-proc` and train...
the function is already available in `dataset.py` but different name i.e `def create_img_from_sign(size=(128, 128), augmentation=True):` Call these function at the end of dataset.py file [create_img_from_sign()](https://github.com/lorenzobrusco/ECGNeuralNetwork/blob/0c897825d8a14fd8b86b9e9e1b4cb31ac7bf784e/dataset/dataset.py#L76) [create_img_from_sign_filtered()](https://github.com/lorenzobrusco/ECGNeuralNetwork/blob/0c897825d8a14fd8b86b9e9e1b4cb31ac7bf784e/dataset/dataset.py#L137) [create_json_from_sign_filtered()](https://github.com/lorenzobrusco/ECGNeuralNetwork/blob/0c897825d8a14fd8b86b9e9e1b4cb31ac7bf784e/dataset/dataset.py#L181) Make sure you...
Yes it's missing from the repo.
checkout this - https://github.com/awslabs/gap-text2sql/issues/5#issuecomment-774560800
Could you please tell me where are these folders which are mentioned above ??