ECGNeuralNetwork icon indicating copy to clipboard operation
ECGNeuralNetwork copied to clipboard

File Missing

Open ash05rohit opened this issue 6 years ago • 3 comments

The "convert_signal_img.py" file is missing in the project. The dataset cannot be created without this file

ash05rohit avatar Feb 11 '19 11:02 ash05rohit

yes this file is missing i need this file too The dataset cannot be created without this file

mr-pourghorban avatar Jun 22 '19 06:06 mr-pourghorban

I was able to find this file in one of the previous commits: 285b1f5

pomidi avatar Sep 24 '19 09:09 pomidi

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

rahuls321 avatar May 26 '20 10:05 rahuls321