Learn more about DeepLearning learning data (jpeg, raw) and embedded systems

Asked 2 years ago, Updated 2 years ago, 53 views

I am studying deep learning using images.
I have a question this time, so I would like to hear your opinion.

In general, the learning data used for image recognition on the web reduces the capacity, so I think there are a lot of jpeg images.
However, I think that the camera image used in the built-in system will not be compressed and the raw image will be stored in memory for recognition processing.

Now, if you use the learning model (jpeg) on the web, isn't there a difference in perception because the image format is different from the embedded system?The raw image has more information, and the jpeg image is compressed, so the amount of information is small, so I wondered.

I look forward to your answers.

algorithm machine-learning

2022-09-29 22:55

1 Answers

What do you mean by "high or low information"?Whether it's JPEG or RAW, when learning and inferring, it's the amount of information about the number of pixels x color depth?

Of course, JPEG is irreversible compression, so it is different from the RAW image.This is not "some amount of information," but "information" in the first place is different.The quality of the information, not the amount, is decreasing.By increasing the kernel size of the pooling, it seems to be able to absorb it to some extent (I learned it in JPEG and made inferences in Bitmap, and it gave me satisfactory accuracy).Of course, it worked in my case, but not all cases.In the first place, the compression rate of JPEG is unknown.)


2022-09-29 22:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.