- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I want to know how to check the input data, especially image data.
I want to know whether the input image data is divided by 255 or not.
Is there any good method to deal with this ?
JS
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can use different methods available while handling numpy arrays, because after reading images from OpenCV you will get that image as numpy array. Just use different methods like .size(), .shape(), etc to get the structure of data present and try to print a few data to get an overall idea.
-Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Deshmukh, Abhishek (Intel) ,
Thank you for your help. May I ask you a little more ?
How can I check the numpy array ? (For example, in the [security_barrier_camera_demo] ?)
JS
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page