Walstruzz / edge_eval_python

A python implementation of edge eval
58 stars 16 forks source link

Fixing an issue with Numpy Types #8

Closed Arka161 closed 2 years ago

Arka161 commented 2 years ago

In some machines, the edged images are not formed properly, and thus, ODS and OIS scores come halved. This seemed to be machine-specific on our tests and could be something with the Compiler. It's good to have this, as this is very tricky to debug (and harmless to have).

Arka161 commented 2 years ago

Should I add a comment in the code as to why this could be useful?

Walstruzz commented 2 years ago

Sorry I haven't logged in Github for a long time. Thanks for your contribution.

Arka161 commented 2 years ago

@Walstruzz No worries, your repository is super helpful for testing HED on Python. I'll try to make further improvements if I get time too.