-
Related areas: continual learning OCR
Paper name/title: MRN: Multiplexed Routing Network for Incremental Multilingual Text Recognition
Paper link: https://arxiv.org/abs/2305.14758
Code link: https…
-
您好 想请问一下您发出来的test-iccv2023文件中的json文件和tesp.py中所需要的json文件是一样的吗?同时我发现test-iccv2023文件中多出来一个assemblyhands_test_abs_depth_iccv23-v1-3.json,缺少了test.py中需要的assemblyhands_test_ego_calib_v1-1.json文件。希望您能够回复我。 谢谢…
-
Congratulations, this work has been accepted by ICCV2023.
When to release the code?
-
您好,很荣幸最近在follow您ICCV2023的一篇关于talking face的佳作:《Efficient Region-Aware Neural Radiance Fields for High-Fidelity Talking Portrait Synthesis》
不知是否方便,能否共享您metric测评代码?不胜感激!不论如何,非常感谢!
-
Hello, I am honored to follow your recent excellent work on talking face in ICCV2023: "Efficient Region-Aware Neural Radiance Fields for High-Fidelity Talking Portrait Synthesis"
I don't know if it…
-
I was wondering how did you perform your bundle adjustment here main/backend/ba.py. Do you have some resource that I refer to to understand the algorithm, or could you provide some guidance?
Addit…
-
Dear authors,
Congratulations on getting accepted to ICCV2023! Just wondering if you will release your code for data preprocessing and training, as well as other instructions? Thank you.
-
@harlanhong when I try to extend to 512p training, I get this issue after changing the image size in config file (as you recommended here: https://github.com/harlanhong/ICCV2023-MCNET/issues/4#issueco…
-
Integrate Tsamp error into the robust estimator and refinement.
https://openaccess.thecvf.com//content/ICCV2023/papers/Terekhov_Tangent_Sampson_Error_Fast_Approximate_Two-view_Reprojection_Error_fo…
-
```python
from .ssim import SSIM
import torch
class S3IM(torch.nn.Module):
r"""Implements Stochastic Structural SIMilarity(S3IM) algorithm.
It is proposed in the ICCV2023 paper
…