Can running classify.py additionally capture the original image at the camera’s native size?

Question/Issue:

When using running classify.py, the image will be compressed to the size of the model for identification. Is it possible to capture the original image of the camera’s native size? In this way, I can also collect data and return it to add new training images.

For example: the camera resolution is 640*480, I want to save the original image every five seconds, thank you for your reply!

Hi Lin,

I would probably use classify-image script:

Inside there is get_features_from_image function that you can use to recover the original frame.

Best regards,
Omar

1 Like

Hi Omar,

I understand, thank you for your reply.

Lin