Baselight

PTB Diagnostic ECG (Myocardial Infarction)

ECG Image Classification

@kaggle.c7934597_ptb_diagnostic_ecg_myocardial_infarction

Test
@kaggle.c7934597_ptb_diagnostic_ecg_myocardial_infarction.test

  • 10.03 KB
  • 679 rows
  • 3 columns
uid

UID

miresult

Miresult

image_path

Image Path

11test/1/1.jpg
21test/1/2.jpg
31test/1/3.jpg
41test/1/4.jpg
51test/1/5.jpg
61test/1/6.jpg
71test/1/7.jpg
81test/1/8.jpg
91test/1/9.jpg
101test/1/10.jpg

CREATE TABLE test (
  "uid" BIGINT,
  "miresult" BIGINT,
  "image_path" VARCHAR
);

Share link

Anyone who has the link will be able to view this.