Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

作者你好,我现在想复现这篇代码,直接下载代码可以吗,还是等您这边更新完后才可以 #8

Closed
liuna0211 opened this issue Sep 25, 2024 · 7 comments
Labels
bdcn documentation Improvements or additions to documentation

Comments

@liuna0211
Copy link

No description provided.

@AlonzoLeeeooo
Copy link
Owner

AlonzoLeeeooo commented Sep 25, 2024

您好,感谢关注我们的工作!您可以直接用我们的代码,ICCV投稿版本的代码是可以运行的,只是在部分网络名上有区别,具体区别如下(左边是ICCV版本,右边是TMM版本):

  • Sketch Simulation Algorithm (SSA)对应:Deformable Sketch Simulation (DSS)
  • Sketch Refinement Network基本一致
  • Cross-Corrleation Loss对应:Cross Region Correlation (CRC)
  • Partial Sketch Encoder (PSE)对应:Latent Sketch Aligner (LSA)
  • Texture Restoration Module (TRM)对应:Sketch Conditional Inpaintor (SCI)
  • Sketch Feature Aggregation (SFA)基本一致

目前我们还需要一段时间整理代码,因此短期内代码暂时不会有大改动。之前我们的模型权重测试集也是开源的,您这边有需要可以到我们的HuggingFace repo下载。

关于我们工作的细节如果您有其他的问题,请您随时在这个issue下继续联系我们,谢谢!

祝好

@AlonzoLeeeooo AlonzoLeeeooo added the documentation Improvements or additions to documentation label Sep 25, 2024
@AlonzoLeeeooo
Copy link
Owner

AlonzoLeeeooo commented Sep 25, 2024

我在使用BDCN获取celeba-hq边缘图的时候,代码很多报错,没有标签等等,作者有没有其他推荐哇呜呜

BDCN其实属于HED类的edge,如果你对HED更熟悉也可以用HED,根据我们的经验的话,BDCN提取的edge细节更多。

关于BDCN的代码,官方实现是这个repo(个人不推荐,用的是python 2实现)。我更推荐你使用我另一个repo的实现(在data-preprocessing/bdcn-edge-detection中),code我已经改成python 3的了,具体怎样跑可以参考下面这个命令行,改一下路径即可,BDCN的模型权重你可以在我的这个HuggingFace repo中下载(data-preprocessing/bdcn.pth):

python generate-bdcn-edge.py --indir IMAGE_PATH --outdir HED_EDGE_PATH

@liuna0211
Copy link
Author

非常非常感谢您的回复,我开始研究这个

@AlonzoLeeeooo
Copy link
Owner

非常非常感谢您的回复,我开始研究这个

不客气的~有什么问题欢迎随时联系我们!

@liuna0211
Copy link
Author

您建议我们加个联系方式吗,我害怕到时候这下面都是我的问题

@AlonzoLeeeooo
Copy link
Owner

您建议我们加个联系方式吗,我害怕到时候这下面都是我的问题

没关系,在issue里面讨论吧~我只要看到都会回复的,这样其他有类似问题的朋友也可以参与进来~

@AlonzoLeeeooo
Copy link
Owner

@liuna0211 您好,关于我们的工作您这边暂时没有其他问题的话,这个issue就先暂时关闭了哈~后续如果您有其他问题,欢迎随时在这个issue底下留言,或者提出一个新issue联系我们~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bdcn documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants