Ask Your Question

Oregano Hauch's profile - activity

2020-08-11 19:50:03 -0600 received badge  Teacher (source)
2020-08-05 23:00:28 -0600 received badge  Self-Learner (source)
2020-07-22 23:25:15 -0600 answered a question cv2.imread() gives None, but the path/cwd is correct

Okay, I solved it. The PNGs were empty for some reason (Zero bytes). I don't know exactly how this could happen... proba

2020-07-22 09:25:50 -0600 received badge  Enthusiast
2020-07-21 15:28:04 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

Can nobody here help? :-(

2020-07-21 15:27:33 -0600 answered a question cv2.imread() gives None, but the path/cwd is correct

Can nobody here help? :(

2020-07-20 04:04:36 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

??? I still didn't solve this problem...

2020-07-17 15:51:39 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

Sorry, I don't understand your comment. Could you rephrase it, please? Something about your syntax is confusing. (Dots a

2020-07-17 15:48:34 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

Sorry, I don't understand your comment. Could you rephrase it, please?

2020-07-17 15:48:11 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

Sorry, I don't understand your comment.

2020-07-17 04:28:16 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

I restarted the computer, I restarted the kernel... I also placed the 01.png at my cwd... what else can I try?

2020-07-17 02:59:19 -0600 commented question cv2.imread() gives None, but the path/cwd is correct

I changed the PATH to the absolute path and nothing changed. os.path.isfile(PATH) gives me True.

2020-07-17 02:37:28 -0600 edited question cv2.imread() gives None, but the path/cwd is correct

cv2.imread() gives None, but the path/cwd is correct Hello, I had this problem already and it was solved without any cl

2020-07-16 16:04:57 -0600 edited question cv2.imread() gives None, but the path/cwd is correct

cv2.imread() gives None, but the path/cwd is correct Hello, I had this problem already and it was solved without any cl

2020-07-16 16:02:58 -0600 asked a question cv2.imread() gives None, but the path/cwd is correct

cv2.imread() gives None, but the path/cwd is correct Hello, I had this problem already and it was solved without any cl

2020-07-02 13:23:55 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

Weird , I didn't change anything, and just came back to it and suddenly it "works". (Well, the kernel dies, but imread()

2020-07-02 09:52:30 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

Thanks. I will answer shortly.

2020-07-02 09:52:09 -0600 commented question Imshow doesn't work in Jupyter and PyCharm

I already read that article. It doesn't pertain to my problem. :/

2020-07-02 09:12:18 -0600 commented question Imshow doesn't work in Jupyter and PyCharm

I did, but the path does exist. And I couldn't find anything about the contradiction between the True from path.exists()

2020-07-02 09:11:45 -0600 received badge  Editor (source)
2020-07-02 09:11:45 -0600 edited question Imshow doesn't work in Jupyter and PyCharm

Imshow doesn't work in Jupyter and PyCharm Hello, I want to use Imshow in Jupyter Notebook (PyCharm just for checking i

2020-07-02 09:10:31 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

I have the same results when I type in the absolute and relative path. I always get a True with path.exists() and a None

2020-07-02 09:07:59 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

path.exists() is also relative to my cwd

2020-07-02 09:07:33 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

print(imread) gave me a None, but the path exists. How can that be?

2020-07-02 09:07:09 -0600 commented question Imshow doesn't work in Jupyter and PyCharm

I did, but the path does exist.

2020-07-02 09:05:55 -0600 commented answer Imshow doesn't work in Jupyter and PyCharm

I checked that. path.exists gave me a True.

2020-07-02 08:55:06 -0600 asked a question Imshow doesn't work in Jupyter and PyCharm

Imshow doesn't work in Jupyter and PyCharm Hello, I want to use Imshow in Jupyter Notebook (PyCharm just for checking i