riponazad / echotracker

Point Tracking in Echocardiography.
MIT License
29 stars 2 forks source link

Cannot regenerate same results #1

Closed harsh-amenity closed 4 months ago

harsh-amenity commented 4 months ago

@androst @artemcher @riponazad @sigurdwifstad Thank you for your wonderful contribution. This method can help doctors track the features while examining the patients.

I had an issue while testing your code and model. Below is Your results which looks perfect. But when I tried to recreate the results it gave me output like this my results

Can you tell me which things may have gone wrong?

Thanks again.!!

riponazad commented 4 months ago

Hello @harsh-amenity, Thanks for the appreciation. I have reproduced the issue you are facing and figured out that you are just missing to load the pretrained weights. Just follow the initial instruction immediately before demo1.

I am sure this will resolve the issue. Please let me know how it goes.

Regards, Azad

harsh-amenity commented 4 months ago

@riponazad These are the logs. It shows that the model is being loaded. image

riponazad commented 4 months ago

338242230-0ad3a65e-c0f9-4858-a584-23074e85253b You see here? It says there is no full checkpoint here. First, download the checkpoint from here. Then move this model_0000000.pth file into the weight folder. And then finally, you can run the demo safely.

harsh-amenity commented 4 months ago

@riponazad Yes, it worked. It was my mistake. In a hurry, I have placed the model into "model/" instead of "model/weights/" Thank you for your time and quick responses.

riponazad commented 4 months ago

That's great to here. Let us know how it goes. We are desperately trying to improve it for the upcoming version.