Phong Nguyen Ha

Results 32 issues of Phong Nguyen Ha

Hello, I have been trying to train a model on Jumping sequence using your code but I have this cuda kernel error: ``` python train.py --dataset_name monocular --root_dir $ROOT_DIR --img_wh...

Hi, I am working on a method for scene manipulation using semantic map. My method can generate semantic map but sometimes it produces artifacts like this. ![image](https://user-images.githubusercontent.com/11288381/109381823-3c555000-78e5-11eb-84de-23aa2900de06.png) I am looking...

Hello sir, I am following the Capsule Network paper and your implementation. I have a quick question about the valid padding in the conv2 you used to get output for...

Hello, is this possible if you can upload the trained model on the Shepard-Metzler and mazes dataset ? I would like to help to create a test script.

Hello, I am testing your Resnet50 model with stem is True and at the first training step, my loss is NaN and the accuracy is decreasing? Is that a bug?...

Hi, I am new to Midas. Can I ask what is the depth range of the predicted depth map. Is this [0,1] ?

Hi, I am having this error installing your library. I am using CUDA 10.1and pytorch 1.7 ![image](https://user-images.githubusercontent.com/11288381/101535271-15037c80-39a1-11eb-9ea8-a57fd4a57150.png) ``` running install running bdist_egg running egg_info writing inplace_abn.egg-info/PKG-INFO writing dependency_links to inplace_abn.egg-info/dependency_links.txt...

Hello, I have read your paper ! Thanks for uploading the code. However, I would like to ask if your method can be trained end-2-end. As I understand, the Depth...

Hi, I have been trying to train D2Det with my custom dataset which is already in the COCO format. My dataset has 7 classes so I have edit num_classes =...

Thanks for your code ! Can you upload your trained model also. I would like to help to create the test function.