Rohan Bhandari

Results 3 comments of Rohan Bhandari

I found a solution for running shape_context_warp.m with Octave: simply change L57 in shape_context_warp.m from `save([MASK_DIR, image_name1, '_', image_name2, '_tps.mat'], 'control_points');` to `save([MASK_DIR, image_name1, '_', image_name2, '_tps.mat'], 'control_points', '-v6');`. This...

I have only used it for testing. I think there may be other places where a similar fix is needed for training. If it's still not working for testing, double-check...

Okay, that makes sense. I'm just curious how much longer does it take and how large is your dataset? It'll be interesting to see what happens when python 3.8 gets...