Eren

Results 13 comments of Eren

@keisuke-umezawa Oh, I misread your comment. Sorry about that. Should be way you wanted now.

@c-bata Hey, sorry for the delay. I made the changes to the unit tests. Can you look at it?

@sammycage No, I never used it before.

> Short overflow in plutovg 🤯🤯🤯 BTW, isn't it easier to fix the short overflow rather than replacing the all library?

Wow. That's a lot of points. Thank you for the explanation. Is there anything I can do for help?

Yes, I am creating SVG from the contours found earlier. > Try decrease the number of points by increasing the number of path elements with less points. I will try...

I split the path into multiple paths but result was not the same as before on both SVG's. Probably because of contours that are on multiple tiles breaks something. So...

So I think I found the problem, in create_heatmaps.py line 187 we have this line: ` blocky_wsi_kwargs = {'top_left': None, 'bot_right': None, 'patch_size': patch_size, 'step_size': patch_size, ` here step_size is...