We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9040c78 + 2dcc4ad commit 1965321Copy full SHA for 1965321
1 file changed
mapillary_tools/utils.py
@@ -31,6 +31,7 @@ def is_image_file(path: Path) -> bool:
31
".tiff",
32
".pgm",
33
".pnm",
34
+ ".36p",
35
)
36
37
0 commit comments