keras_frcnn icon indicating copy to clipboard operation
keras_frcnn copied to clipboard

cv.imread() returns None

Open jarrettyu opened this issue 8 years ago • 3 comments

In simple_parser.py, variable “filename” is the first line of kitti_simple_label.txt, and it returns Nonetype. Filename is "/media/jintian/.....", yet I didn't find /media/ folder in my directory..... it's weird, so is there anyone who meets the same problem here ?

jarrettyu avatar Apr 07 '18 16:04 jarrettyu

Yes.

JONYJONS avatar May 16 '18 08:05 JONYJONS

The folder is not there in the repo. You have to replace it with your own images and annotations and as mentioned in the code change the path to your folder. Its returning None as its not able to find the image in the mentioned directory

satendra929 avatar May 18 '18 04:05 satendra929

Thank you Satendra


From: Satendra Varma [email protected] Sent: Friday, May 18, 2018 4:33 AM To: jinfagang/keras_frcnn Cc: JONYJONS; Comment Subject: Re: [jinfagang/keras_frcnn] cv.imread() returns None (#18)

The folder is not there in the repo. You have to replace it with your own images and annotations and as mentioned in the code change the path to your folder. Its returning None as its not able to find the image in the mentioned directory

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jinfagang/keras_frcnn/issues/18#issuecomment-390091531, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Akske3GKRoSnTlUyK0-gYIbNVPP5veVBks5tzk8OgaJpZM4TLJIN.

JONYJONS avatar May 21 '18 12:05 JONYJONS