Some small updates.

This commit is contained in:
Daniel
2025-02-03 17:19:02 +01:00
parent b41380b033
commit 3eb7696e31
4 changed files with 12 additions and 9 deletions

View File

@ -60,7 +60,7 @@ std::vector<cv::Mat> load_images(json &item)
}
// Convert image format to Bayer encoding to simulate real camera input
// This also resulted in notably better MPJPE results in most cases, presumbly since the
// This also resulted in notably better MPJPE results in most cases, presumably since the
// demosaicing algorithm from OpenCV is better than the default one from the cameras
for (size_t i = 0; i < images.size(); i++)
{