Git Product home page Git Product logo

segan's People

Contributors

yosukesugiura avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

segan's Issues

error

I have some problems with training. I follow the steps but got the error.

runfile('C:/Users/snow/Desktop/SEGAN-master/segan.py', wdir='C:/Users/snow/Desktop/SEGAN-master')
2020-12-23 20:58:27,899 [nnabla][INFO]: Initializing CPU extension...
2020-12-23 20:58:29,379 [nnabla][INFO]: Initializing CUDA extension...
2020-12-23 20:58:29,382 [nnabla][INFO]: Initializing cuDNN extension...
Load Clean Pkl...
Load Noisy Pkl...
Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsObject.py", line 40, in itemChange
ret = sip.cast(ret, QtGui.QGraphicsItem)

TypeError: cast() argument 1 must be sip.simplewrapper, not PlotItem

view= None
dt= None
px= 0
py= 0
view= None
dt= None
px= 0
py= 0
v= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
obj= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 438, in resizeEvent
self.updateAutoRange()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 890, in updateAutoRange
childRange = self.childrenBounds(frac=fractionVisible)

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 1355, in childrenBounds
px, py = [v.length() if v is not None else 0 for v in self.childGroup.pixelVectors()]

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 191, in pixelVectors
dt = self.deviceTransform()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 109, in deviceTransform
view = self.getViewWidget()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 66, in getViewWidget
if v is not None and not isQObjectAlive(v):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\Qt.py", line 329, in isQObjectAlive
return not sip.isdeleted(obj)

TypeError: isdeleted() argument 1 must be sip.simplewrapper, not GraphicsWindow

Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsObject.py", line 40, in itemChange
ret = sip.cast(ret, QtGui.QGraphicsItem)

TypeError: cast() argument 1 must be sip.simplewrapper, not PlotDataItem

Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsObject.py", line 40, in itemChange
ret = sip.cast(ret, QtGui.QGraphicsItem)

TypeError: cast() argument 1 must be sip.simplewrapper, not PlotDataItem

v= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
obj= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsObject.py", line 26, in itemChange
self.parentChanged()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 466, in parentChanged
self._updateView()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 483, in _updateView
view = self.getViewBox()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 89, in getViewBox
vb = self.getViewWidget()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 66, in getViewWidget
if v is not None and not isQObjectAlive(v):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\Qt.py", line 329, in isQObjectAlive
return not sip.isdeleted(obj)

TypeError: isdeleted() argument 1 must be sip.simplewrapper, not GraphicsWindow

Traceback (most recent call last):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsObject.py", line 40, in itemChange
ret = sip.cast(ret, QtGui.QGraphicsItem)

TypeError: cast() argument 1 must be sip.simplewrapper, not ChildGroup

v= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
obj= <pyqtgraph.graphicsWindows.GraphicsWindow object at 0x000002AD03BDBE58>
Traceback (most recent call last):

File "C:\Users\snow\Desktop\SEGAN-master\segan.py", line 430, in
train(args)

File "C:\Users\snow\Desktop\SEGAN-master\segan.py", line 288, in train
fig = figout()

File "C:\Users\snow\Desktop\SEGAN-master\display.py", line 109, in init
self.c11 = self.p1.plot(pen=(255, 0, 0), name="Input")

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\PlotItem\PlotItem.py", line 653, in plot
self.addItem(item, params=params)

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\PlotItem\PlotItem.py", line 530, in addItem
self.vb.addItem(item, *args, **vbargs)

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 409, in addItem
self.updateAutoRange()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 890, in updateAutoRange
childRange = self.childrenBounds(frac=fractionVisible)

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\ViewBox\ViewBox.py", line 1355, in childrenBounds
px, py = [v.length() if v is not None else 0 for v in self.childGroup.pixelVectors()]

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 191, in pixelVectors
dt = self.deviceTransform()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 109, in deviceTransform
view = self.getViewWidget()

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\graphicsItems\GraphicsItem.py", line 66, in getViewWidget
if v is not None and not isQObjectAlive(v):

File "D:\anaconda3\envs\SEGAN\lib\site-packages\pyqtgraph\Qt.py", line 329, in isQObjectAlive
return not sip.isdeleted(obj)

TypeError: isdeleted() argument 1 must be sip.simplewrapper, not GraphicsWindow

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.