hagianga21

Results 7 issues of hagianga21

Hi, in GRUCellEx, the code: `hy = newgate + inputgate * (hidden - newgate)` But in the paper: you wrote: h_i_(t+1) = (1-u_i_(t)) * q_i_(t) + u_i_(t) * h_i_(t) Could...

Hi, thanks for the work. In Eq.1 in the main paper, there is a Kronecker product between F2d_i and Dpred_i. The shape of F2d_i is (C_F, H, W) and the...

Hi, I am trying to reimplement Unsupervised Learning of Depth and Ego-Motion from Video with Adaptive Loss function. The pytorch code for Sfm Learner from https://github.com/ClementPinard/SfmLearner-Pytorch if you take a...

Hi thanks for your work, Does Petrv2_head in the plugin predict detection and segmentation at the same time?

Hi, I run the same setting in your script get_colmap_reconstruction.sh (https://raw.githubusercontent.com/IntelVCL/TanksAndTemples/master/python_toolbox/get_colmap_reconstruction.sh), but I cannot get the same results with your files. The F-score is only 71%, but when I evaluate...

Hi, could you tell me how I can run your code to see the results? Thank you so much.

Hi, I am trying to reproduce the reported results on OpenLanev2. I didn't change anything. I downloaded the checkpoint and run the test script with this cmd: ./tools/test.sh plugin/mmdet3d/configs/internimage-s.py internimage-s-openlane.pth...