dynamic icon indicating copy to clipboard operation
dynamic copied to clipboard

EchoNet-Dynamic is a deep learning model for assessing cardiac function in echocardiogram videos.

Results 35 dynamic issues
Sort by recently updated
recently updated
newest added

After running "echonet video" , log.csv and best.pt are being generated as stated. But, test_predictions.csv file is not being generated no matter how many times i run it. (Btw, "echonet...

Is there a way I can identify the pixels belonging to the segmentation masks? I performed some comparison across the pixel intensities for a given frame in a given video-clip...

Code: ``` import cv2 import math import torch import torchvision import numpy as np import matplotlib.pyplot as plt from torchsummary import summary from torch.utils.mobile_optimizer import optimize_for_mobile device=None seed=0 lr=1e-4 weight_decay=1e-4...

Hello. I'm tryng to use EchoNet but I have computational problems (each epoch needs more than 5 hours), so is it possible to have the output directory? In that way,...

The InitializationNotebook is not working properly. As segmentation is the core of this repository, it would be great if the developers can fix the issue and update their code. The...

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Please help with the following error. I have cloned the repository as it is into my Google Colab notebook. __init__() got an unexpected keyword argument 'data_dir'. I am currently looking...

I replayed the code and found that the accuracy of the diastolic graph of the test set was 90.1 and the accuracy of the systolic graph was 92.7. Is the...

While running split video generation, near the end, the following error occurs “XIO: fatal IO error 0 (Success) on X server "localhost:13.0" after 51748 requests (51748 known processed) with 2498...

IMHO it would be very useful to have some documentation on how to install and use echonet on a windows platform. I would be glad to help the echonet programmer(s)...