Closed wudami closed 6 months ago
- 是的,但不是绝对的。如果您使用预先训练的 H-Cell 模型,则可以跳过带有 train_hcell.py 的 H-Cell 训练。
- 是的。
- REwarp 由用于关联弹性翘曲的单调估计器 (H-Cell) 和 TPS 估计器 (T-Cell) 组成。“train_hcell.py”对应单调估计器H-Cell的训练,“train_tcell.py”包含T-Cell的训练。我们的测试步骤是“eval.py”。REwarp 通过将网格变形(或翘曲场)与估计的单调和 TPS 相关联来估计弹性翘曲。您可以在我们的论文中看到更多详细信息。
Thanks for getting back to me, also I have another question, what is the eval_psnr.py file used for?
eval_psnr.py codes measure masked PSNR (mPSNR) of aligned images. eval.py codes additionally contain the blending and stitching of the aligned images.
eval_psnr.py codes measure masked PSNR (mPSNR) of aligned images. eval.py codes additionally contain the blending and stitching of the aligned images.
Thank you very much for your answer.
Hello, I have a couple of questions I would like to ask. ① Can you tell me if the training model is to run the train_hcell.py file first, and then run the train_tcell.py file? ② Is it necessary to add the path to the configuration file (yaml) in the code 'parser.add_argument('--config')'? ③ Is it possible to provide the detailed steps for training and testing?