Albert Christianto

Results 8 comments of Albert Christianto

Hi @snowkylin, I also faced some problem with RGB images. Have you tried MANN implementation for RGB images. I have tried your code and this MANN code (https://github.com/hmishra2250/NTM-One-Shot-TF) for RGB...

@snowkylin I extracted the feature using VGG16 then use it as my MANN input. it's okay. Thank you for your quick response. @shamanez for the hmishra2250's code converged (also the...

Hi @hellochick, I am really grateful with your PSPNet implementation in Tensorflow. Thank you for sharing your work. Right now I am trying to reproduce your result using this repo....

Hi @vincentgong7 , Is there any functions that can be used to batch inference? (process every 8 images at single GPU process) thank you very much.

Hi, I want to make real-time application of this repo using web cam. but i can't optimize the speed performance (is about 2 seconds for single image inference). Has you...

Hi @piperod , thank you very much for your response. I will try all your suggestion. By the way, I have already use GPU to run the code. And I'm...

@piperod I have succeed debug it. I don't what is going on, but params['scale_search'] is always gone after we run process function. params['scale_search'] is a map object. Do you have...

Hi @tsung-wei-huang, I am very interested with this topic. I am currently working on the streaming project for deep learning, which has multiple deep learning models in multiple stages. I...