Akshay Iyer
Akshay Iyer
In the beginning of DeconNet function, there are these two ines: _input_max = tf.reduce_max(input_im, axis=3, keepdims=True) input_im = concat([input_max, input_im])_ Could you tell what it does and what is the...
Hi @khanhha , thanks for the repo and the pretrained model. I note in inference_unet.py that you perform once inference on the entire image and then on patches of images...
Hello, I am trying to create a 3D thermal map as per the paper: https://pdfs.semanticscholar.org/fe3a/9b89c0adcacb95581ad2e528e86b7d18c1f0.pdf I am using an RGB camera Orbbec Astra and a FLIR E40 and they have...
First of all, let me thank and congratulate the authors for this wok. I feel it is a smart way of combining what SAM and the existing semantic segmentation work...