Closed CaptainDredge closed 5 years ago
@Prabhat-IIT
Code references: https://github.com/vacancy/PreciseRoIPooling/blob/master/src/prroi_pooling_gpu_impl.cu#L171-L174
I also have a small snippet which demonstrates the forward propagation. https://github.com/vacancy/PreciseRoIPooling/blob/master/pytorch/tests/test_prroi_pooling2d.py#L21-L35 I hope it is useful for you to make sure about the coordinate system, as it's always confusing LOL.
Thanks @vacancy :smile: . Yeah, coordinate system is pretty confusing and here I got marvelous results with my localization task by considering bottom left as origin and (x0,y0) being bottom left and (x1,y1) being top right. Deep learning sometimes feel really unpredictable :stuck_out_tongue:
I've two queries:
Can anyone please help!