Vu Tran
Vu Tran
@uripeled2 I have a method for gradient checking in my implementation here: https://github.com/vuptran/introduction-to-neural-networks
@paulinder have you found a way to convert `Image8u` to ndarray or vice versa? After extensive googling, I still can't find a way to do it...
@sunset1995 Any plans for this medium post on the mathematics behind 3D geometry for spherical panoramas? There is a lack of detailed mathematics to describe panorama geometry needed to understand...
@sunset1995, thank you for the prompt reply. This is all great information. I'm trying to understand the equations on Lines [207](https://github.com/sunset1995/HorizonNet/blob/master/layout_viewer.py#L207)-[210](https://github.com/sunset1995/HorizonNet/blob/master/layout_viewer.py#L210). Could you share the descriptions of those equations? Are...
Thank you @sunset1995
Thank you for your prompt response. And great work!
@zouchuhang, could you elaborate on how you would estimate the dimensions of the room, either from panorama or reconstruction, using known camera height and other useful camera parameters? I would...
You will need to modify https://github.com/vuptran/deep-spell-checkr/blob/master/evaluate.py on your own test words or sentences.
Don't add the `transform` function to your code https://github.com/vuptran/deep-spell-checkr/blob/master/evaluate.py#L32, but I suspect you will need to modify the rest of the script for it to properly work.
Multi-scale center cropping was not performed in this code. But if you want to perform multiple crops, you can specify a different size here: https://github.com/vuptran/cardiac-segmentation/blob/master/train_sunnybrook.py#L98