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

Eiseg:启动遥感模式之后,打开.tif结尾图片不显示 #3736

Open
2 of 3 tasks
fanfan838012328 opened this issue Jun 9, 2024 · 1 comment
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@fanfan838012328
Copy link

fanfan838012328 commented Jun 9, 2024

问题确认 Search before asking

Bug描述 Describe the Bug

打开遥感模式之后,导入.tif图片不显示,后台报错

  File "D:\software\anaconda202402\envs\eiseg_test\Lib\site-packages\eiseg\app.py", line 1381, in openImage
    if not self.loadImage(filePath):
  File "D:\software\anaconda202402\envs\eiseg_test\Lib\site-packages\eiseg\app.py", line 1535, in loadImage
    self.raster = Raster(path)
  File "D:\software\anaconda202402\envs\eiseg_test\Lib\site-packages\eiseg\plugin\remotesensing\raster.py", line 61, in __init__
    self.geoinfo = self.__getRasterInfo()
  File "D:\software\anaconda202402\envs\eiseg_test\Lib\site-packages\eiseg\plugin\remotesensing\raster.py", line 80, in __getRasterInfo
    geoinfo.geotf = meta["transform"]
  File "D:\software\anaconda202402\envs\eiseg_test\lib\site-packages\easydict\__init__.py", line 149, in __setattr__
    value = type(value)(self.__class__(x)
TypeError: __new__() missing 5 required positional arguments: 'b', 'c', 'd', 'e', and 'f'

复现环境 Environment

  • OS:Windows11
  • Paddlepaddle:2.6.1,CPU版本
  • python:3.9.19

Bug描述确认 Bug description confirmation

  • 我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.

是否愿意提交PR? Are you willing to submit a PR?

  • 我愿意提交PR!I'd like to help by submitting a PR!
@fanfan838012328 fanfan838012328 added the bug Something isn't working label Jun 9, 2024
@funny000
Copy link

楼主你是标注多大的图像

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants