YJonmo

Results 40 comments of YJonmo

I also need to use the hdf5 file. Does anyone have the answer?

Please run the example you have (toy) and then you will see after training it saves it as model.cpkt in the folder. At the moment after training when you run...

Thanks Orlando. I have to wait for the authors of Monodepth2 to reply first.

https://github.com/YJonmo/EndoMapNet Is a variant of monodepth2 which can use the groundtruth poses if available for the training. The license file of the repository contains: _Copyright © Niantic, Inc. 2018. All...

Sorry guys, my question might be irrelevant to your initial question, but I need feedback from people who are working with this repo. So my question: Where are the trained...

Thanks, I still didn't manage to get the trained weights saved at $OUTPUT. By the way, I do not know how to save checkpoint every epoch like you mentioned. Regards,

Hi there, I got the same error. It only runs for the first image but for the second image, it gives the llvm error. Ubuntu 16.04 here.

I finally got it working by downgrading CUDA to 8 from 9. Now the sample code for Umbrella is running already an hour and is not finished yet. Is it...

Hi there, I am facing the same issue: I am using Ubuntu 16.04. /home/yaqub/dynamicfusion/kfusion/src/warp_field.cpp:157:13: error: ‘struct ceres::Solver::Options’ has no member named ‘num_linear_solver_threads’ options.num_linear_solver_threads = 8; /home/yaqub/dynamicfusion/deps/Opt/examples/external/mLib/include/../src/core-math/triangleIntersection.cpp:497:50: warning: backslash and newline...

In fact, everything goes well till the line before the last in build.sh (make -j4), where I get the errors that I mentioned above. Commenting out 157th line in warp_field.cpp...