Phong Nguyen Ha

Results 32 issues of Phong Nguyen Ha

I am trying to execute this command phong@phong:~/caffe-master$ git remote add yosinski https://github.com/yosinski/caffe.git but I received this error : fatal: Not a git repository (or any of the parent directories):...

Thanks for the code! I wonder is there any way to train this model using 2 GPU. Right now I am training GQN with shepard_metzler_5_parts dataset and only 1 GPU...

Hello guys, I just install tensorflow 1.9 from source using CUDA 9.0 Cudnn 7.0.5. After that I use bazel to build the so file. However when i tried to run...

Hello guys, I am trying to run gen_anchors.py but I have this error: ![capture](https://user-images.githubusercontent.com/11288381/28005223-6f6e4d34-6584-11e7-8426-52b11d71b9f2.PNG) I am using python 3.5, opencv 3.2 installed and I already fixed print function with parentheses....

Hi, I am just wondering is there any support for 3DCNN using proposed pairwise and patchwise attention. In my case, I have multiple input image and each of them produce...

Today I try to run your Color Particle Filter Demo and i has this error. What should i do, please help me ![capture](https://cloud.githubusercontent.com/assets/11288381/20654951/458a3c22-b561-11e6-892f-3c9717faedfb.PNG)

I tried to run a sample project but I got this error at this line of code `Gray[,] preparedBWImage = ImageIO.LoadGray(file).Clone();` Does this mean i have to manually add opencv...

Hi, I am using Pytorch 1.9 and I can not find this function torch.rfft. https://github.com/pkumivision/FFC/blob/ac66fd7ded8e1358de18c31590b141f20988fcd3/model_zoo/ffc.py#L54 It seems like Pytorch 1.9 has moved this function into sth else: https://pytorch.org/docs/1.9.0/generated/torch.fft.rfft.html But I...

Hello, I am just wondering if you guys can upload the training code as well as the real image training data that have been mentioned in the paper ?

Hello, I am trying to train StereoMag on a small subset of data. After reading some issues, I manually copy images into the 'images' folder and the pose txt files...