Jie Hu
Jie Hu
您好,感谢您的关注。 参考原文公式(3), netE 是特征提取器,用于优化 I(z, x) netE 和 netD 一起,用于优化 I(y, x) netG_Less 用于优化 I(z, t) netG_More 用于优化 I(y, t) netG_Total 用于优化 I(r, t) netZ2Y, netY2Z 用于优化 I(z, y)
Sorry for the late response. The pertained model and our preprocessed data can be found at: https://drive.google.com/open?id=1nrpr6K_KoI5Lc65Z5UU0CQNY4BFNJ6z7 .
We are sorry that we cannot provide the code for converting the model to Onnx right now. Maybe you can refer to the Convert code from Detectron2 for implementation.
Yes, the models are identical.
Thanks for your suggestion. We will revise the code for better package layout. Can you provide the link of code lines for these problems? since we cannot locate where the...
Can you provide the runtime information more detailly?
It seems that the VideoWriter does not support the .mkv format. Can you try other video format such as .mp4?
--video-input 2.mkv --output output_video.mkv
Detectron2 is included in the code, you don't have to install detectron2 :) . Please follow the instruction in README.md to install ISTR.