You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was running this code, it appeared to have an error: AttributeError: 'HourglassModel' object has no attribute 'Session'.
And I think this sentence is hard to follow: out = self.HG.Session.run(self.HG.output, feed_dict={self.HG.img : np.expand_dims(img, axis = 0)})
Where is the method HG.Session defined?
Is there anyone could give me some suggestions?
The text was updated successfully, but these errors were encountered:
When I was running this code, it appeared to have an error: AttributeError: 'HourglassModel' object has no attribute 'Session'.
And I think this sentence is hard to follow:
out = self.HG.Session.run(self.HG.output, feed_dict={self.HG.img : np.expand_dims(img, axis = 0)})
Where is the method HG.Session defined?
Is there anyone could give me some suggestions?
The text was updated successfully, but these errors were encountered: