Ravindra Kompella

Results 6 comments of Ravindra Kompella

@hildensia , Sure, will do. Please give me some time.

@mathDR, Wanted to check if you got a chance to implement Adaptive sequential BCD? Thanks!

I think a better way to check for changepoints is by adding a condition something like the below - ``` thresh = 100 if (abs(maxes[i] - maxes[i+1]) > thresh): print("possible...

@mdbloice, Thanks for this awesome library. Just wondering similar to transforming the mask, is it possible to transform the bounding box coordinates as well ?

@Bala93, Just checking if this has been implemented? I have a similar requirement for object detection. So, please let me know.