EISeg icon indicating copy to clipboard operation
EISeg copied to clipboard

NameError: name 'osr' is not defined

Open xuhuanzy opened this issue 2 years ago • 7 comments

bug描述

克隆下来的4.1代码无法启动 PaddleSeg\EISeg\eiseg\plugin\remotesensing\shape.py报错NameError: name 'osr' is not defined pip下载的可以正常启动

截屏 如果条件允许可以添加针对问题的截屏,可以帮助我们理解问题。

运行环境(请尽量填写,这可以帮助我们定位问题):

  • 系统:Windows
  • 安装方式:克隆代码&pip
  • 软件版本:4.1

xuhuanzy avatar Mar 06 '22 05:03 xuhuanzy

请问gdal的版本是什么

geoyee avatar Mar 06 '22 09:03 geoyee

请问gdal的版本是什么

gdal下不下来, 干脆拿了pip下载的文件覆盖了克隆的, 虽然还是没下载但成功启动了 请问未来有可能支持标注框显示标签吗?

xuhuanzy avatar Mar 06 '22 17:03 xuhuanzy

我是 docker pull registry.baidubce.com/paddlepaddle/paddle:2.2.2 这个镜像,也是报的同一个错误。。

Xfinland avatar Mar 09 '22 07:03 Xfinland

目前暂时没更新了,在整合其他任务一个新的标注工具。因为遥感那些基本依赖gdal,所以没有gdal的话遥感的功能没法用,如果是windows可以在这里下然后安装。linux的话应该是比较好转的,据说conda就行

geoyee avatar Mar 10 '22 01:03 geoyee

我是 docker pull registry.baidubce.com/paddlepaddle/paddle:2.2.2 这个镜像,也是报的同一个错误。。

这个感觉就是环境没gdal呀 (笑哭)

geoyee avatar Mar 10 '22 01:03 geoyee

请问gdal的版本是什么

gdal下不下来,干脆拿了pip下载的文件覆盖了全长的,这还是没下载但成功启动了 未来有可能支持标注框显示标签吗?

据我所知,标注软件labelimg和labelme是支持在一个标注框中显示已标注的标签信息的。目前eiseg也支持在标注框中显示标注信息吗?

Leon-Brant avatar May 30 '22 10:05 Leon-Brant

没错,我用conda成功跑起来了。 我也发现新的仓库地址 https://github.com/PaddlePaddle/PaddleSeg

Yizhou Chen @.***> 于2022年3月10日周四 09:56写道:

我是 docker pull registry.baidubce.com/paddlepaddle/paddle:2.2.2 这个镜像,也是报的同一个错误。。

这个感觉就是环境没gdal呀 (笑哭)

— Reply to this email directly, view it on GitHub https://github.com/PaddleCV-SIG/EISeg/issues/107#issuecomment-1063573063, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6BAAAFHJTM2X7PRYDROLTU7FJC7ANCNFSM5QAVPSUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

Xfinland avatar Oct 11 '22 07:10 Xfinland