ECGNeuralNetwork
ECGNeuralNetwork copied to clipboard
File Missing
The "convert_signal_img.py" file is missing in the project. The dataset cannot be created without this file
yes this file is missing i need this file too The dataset cannot be created without this file
I was able to find this file in one of the previous commits: 285b1f5
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() create_img_from_sign_filtered() create_json_from_sign_filtered()
Make sure you have followed all the steps mentioned in the ReadMe