-
Notifications
You must be signed in to change notification settings - Fork 33
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
请问您这边的rawpy包是什么版本的?为什么我这边会报错'rawpy._rawpy.RawPy' object has no attribute 'rgb_camera_matrix' #7
Comments
您好,请参考我们于 Readme 的 🔧 Dependencies and Installation中的第二条的说明:我们使用的是 ELD 自定义的 rawpy package。具体的安装手段可以参考我们的 install.md 或者参考 ELD官方说明。 具体使用的原因是:rawpy psotprocess 用于可视化raw数据为CPU处理并且过于缓慢,因此在这里使用的是 ELD 官方提供的代码以进行 ISP 处理,好处在于可以使用 GPU 极大程度的加快 inference 时间。但其需要读取相关参数(包括您所提到的 若您只想可视化 Sony A7S2 (主要为SID上的结果),您可以直接使用如下矩阵代替 [[ 1.9712269,-0.6789218, -0.29230508],
[-0.29104823, 1.748401 , -0.45735288],
[ 0.02051281,-0.5380369, 1.5175241 ]] 当然,若您不想可视化数据或只想使用 rawpy 的 postprocess 进行后处理,也可直接运行如下指令安装 rawpy package。 pip install rawpy |
好的,谢谢!
我现在使用的方法是直接pip install rawpy,版本是0.18.0, 在跑 scripts/data_preparation/bayer_to_npy.py 脚本时有一句这样的代码: cam2rgb = np.array(raw.rgb_camera_matrix[:3, :3]).copy(),我这边会报错,没有rgb_camera_matrix这个属性;
|
您好,我在刚才的回答中已经提到了相关解决方案,
[[ 1.9712269,-0.6789218, -0.29230508],
[-0.29104823, 1.748401 , -0.45735288],
[ 0.02051281,-0.5380369, 1.5175241 ]]
|
好的,谢谢
|
您好,我按照您这边说的去下了相应的rawpy安装包,手动安装,但是报错安装包里面少对应的文件
![2023-09-24 21-43-44屏幕截图](https://github.com/Srameo/LED/assets/51229295/08f61b5c-5f5c-406b-a090-e1a9d425696a)
|
您好,您需要先按照 ELD官方说明 中提到的先安装他们自定义的 LibRaw。 |
您好,我是先安装的LibRaw-0.19.1,然后才安装rawpy,都是从ELD提供的网盘下的
|
请问您具体安装的命令是什么呢?有运行 |
您好,我就是按照这个来做的,当我做到pip install -e .的时候就报错了
|
我加上了 sudo make install,成功安装上了您这边的rawpy包了,但是跑 scripts/data_preparation/bayer_to_npy.py的时候出现了一个新错误,请看附件
|
好像没收到您发送的附件 |
您好,附件我重新上传了
|
不好意思,还是没有收到您的附件,不知道您可不可以把图片粘到 GitHub 上呢? |
File "scripts/data_preparation/bayer_to_npy.py", line 6, in <module>
import rawpy
import rawpy._rawpy
ImportError: libraw.so.19: cannot open shared object file: No such file or directory
以上是错误,我按照您这边的方法成功安装了LibRaw-0.19.1和rawpy后报错
|
这是因为没有找到 libraw 的动态链接库,您可以运行如下命令以重新扫描链接库位置: sudo ldconfig |
您好,我用您的指令看了,没有相应的东西
|
运行之后请再尝试 |
您好,感谢,我这边已经搞定了
|
请问你截图中的问题是怎么解决的?我加上了加上了 sudo make install后,在使用pip install -e .仍出现这样子的报错 |
你好 我也是遇到了这个问题 请问怎么解决啊 |
No description provided.
The text was updated successfully, but these errors were encountered: