Can normal_ir be used in JPG format #2718
-
Can normal_ir be used in JPG format I have read many tutorials on writing PNG format |
Beta Was this translation helpful? Give feedback.
Answered by
samet-akcay
May 20, 2025
Replies: 1 comment
-
Yes, you can. If you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samet-akcay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can. If you are using
Folder
datamodule, there isextensions
argument. It usestorchvisions
'sIMG_EXTENSIONS
andjpg
is one of them.anomalib/src/anomalib/data/datamodules/image/folder.py
Line 62 in 669b7f1