After following the instructions to build halide (4a89a8f) & llvm (v9.0) on windows it is not possible to run Lesson 02 (input image).
The returned error from the console is:
unsupported file extension "png", supported are: mat pgm ppm tiff tmp
When changing the source image to a tiff:
Reading TIFF is not yet supported
For pgm:
Error:
Dimensionality mismatch accessing Buffer b0. There were 3 arguments, but the Buffer has 2 dimensions:
(uint8)b0(v0, v1, v2)
Only PPM files work. I do not know what a mat or tmp file format is and neither does GIMP.
After following the instructions to build halide (4a89a8f) & llvm (v9.0) on windows it is not possible to run Lesson 02 (input image).
The returned error from the console is:
When changing the source image to a tiff:
For pgm:
Only PPM files work. I do not know what a mat or tmp file format is and neither does GIMP.