Code Monkey home page Code Monkey logo

shiq's People

Contributors

fu123456 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

shiq's Issues

No evaluation code

The standard evaluation code is of extraordinary significance to the community. Can you provide evaluation codes for the following indicators? Looking forward to your reply.
image

复现时遇到问题

image
你好,在复现代码的时候,我对图中的红圈部分产生了问题,文中的意思是将input图片通过三个卷积层和两个relu就可以得到attention map,然后再和四个不同dilation rate的输出做点积吗?

Please provide source

Hello,
Could you provide the source code for your model ?
The .so is useful for testing as-is but I'd like to mess with the parameters myself.
Thanks in advance

question about RPCA

how to run the matlab code? where is the dataface metioned by load('./data/dataFace.mat') in sidDemo

Can you provide test results?

We noticed that you posted a test model. Before deciding whether to go further, the researcher seems to want to see the test image directly. Can you provide test results? For example, a zip file containing test images (.png) available for download. Looking forward to your reply.

请问可以提供高光反射检测到的MASK输出接口吗

to 大神
作者的工作非常棒~
我想将它应用到下游任务中,但是由于原始图像本身分辨率太高,直接应用权重的移除效果并不好,但是它检测的结果很不错。
不知道作者什么时候可以提供一个MASK输出的接口。非常感谢。

复现时的一些detail问题,想请教一下

你好同学,最近在复现您的这篇工作,有一些细节的地方图不是很清楚想请教一下
一共有两个问题
第一个问题,输入图片到第一个DSCFA时,中间是否要加入一些cnns 来改变通道数(3 ->k)
第二个问题,F经过convs得到M时,这里的M是指的一个特征图还是一个展示出来的detect_mask?(S同理?)因为mask的通道应该是1吧,而M后续还有两步的使用,感觉应该M是一个k通道的特征图而不是最后的mask,mask应该是在M的基础上再加上了一个卷积得到的?
第三个问题, 如果第二问题M和S都是k个通道的特征图的话,那I-MS计算的时候,I是不是要先经过卷积通道也做到k?

RuntimeError: CUDA error: no kernel image is available for execution on the device

按照要求安装环境,我的显卡cuda是11.6,但是安装pytorch1.5.0只有cuda10.2的版本,运行代码后出现如下错误:RuntimeError: CUDA error: no kernel image is available for execution on the device。

用其它版本的pytorch跑又会出现其它的错误。

请问作者怎么解决?还有是否可以提供源码?

希望得到您的回复

About DSCFA module

Hello,

I'm trying to reimplement your network but having problem on the DSCFA module. In the paper you wrote "Our DSCFA block learns dilated spatial features to extract and aggregate dilated contextual features from four directions" and the figure showed in Figure 7.
I'm wondering:

  1. how to take the convolution from different directions? Or they are just the output for the normal convolution with different given meanings?
  2. what are the shapes of the kernels you use to get the DSCNN_U/D/R/L?

Thanks!

About LIME dataset in your article

Can you tell me how to use LIME dataset to train and test a model?
On the one hand, which one is the highlighted folder, and which one is the unhighlighted folder.
On the other hand, LIME only has training data, which pictures to use for testing.
Looking forward to your reply! Thanks!

开源代码是否缺少文件,谢谢

您好,我下载模型后用infer.py代码测试,
代码内:
from utils.detectionRemoval import test_single_highlight_image
工程内未找到detectionRemoval 文件,只有detectionRemoval.cpython-36m-x86_64-linux-gnu.so文件,
是工程缺少文件,还是本人使用错误。
感谢指导

想要中间F图结果的学生

你好,我是在校研三学生,正参考您的文章实现高光去除,但由于高光去除结果没有那么理想,想了解一下中间提取特征F结果,可以吗?或者告诉我是哪个地方出现问题(F图或者M图或者S图),请您指点。谢谢!
1)这是我预测的图片
14002_D_626_31 438dB_46 695loss_0 878267
14003_D_626_34 377dB_23 734loss_0 968986

2)这是我的中间F图
14002_F_626
14003_F_626
3)这是预测M图
14002_M_626_36 461dB_14 688loss
14003_M_626_48 979dB_0 823loss
4)这是预测S图
14002_S_626_32 389dB_37 511loss
14003_S_626_38 489dB_9 207loss

谷歌网盘下载模型没有权限

你好,我想下载您的训练模型进行测试,
但是谷歌网盘下载需要权限。
能麻烦您给一个能下载的模型吗?
感谢

参数量

您好,请问可以告诉一下参数量吗?谢谢您。

关于数据集的制作

您好。我想制作自己的数据集,目前只有两种类型的图片(_A.png 和 _D.png),您提供的开源代码中有生成_T.png的工具,但是需要用到_S.png,那么请问这个_S.png是怎样获得的 ?我在您的文章里没有看到有提到(或者是我没有理解)。

关于评价指标的计算

您好,在论文中您提到的在SHIQ数据集上的去高光结果是PSNR=34.13,SSIM=0.86,请问计算的时候是只在的高光区域上进行计算,还是在整张图片上计算的?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.