I'm trying too run the examples from the website with the features extraction and i'm having an error saying some errors about reading and writing .png files.
I ran the following command:
/home/pic/TheiaSfM-master/theia-build/bin/extract_features --input_imgs=/home/pic/Reconstruction/data/*.JPG --img_output_dir=/home/pic/Reconstruction/data/image_features --num_threads=4 --descriptor=SIFT
I have the images in the input_imgs folder, and img_output_dir is an empty folder. I receive the following error:
convert: unable to open image `/home/pic/Reconstruction/data/image_features/detected_image_0.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: WriteBlob Failed `/home/pic/Reconstruction/data/image_features/detected_image_0.png' @ error/png.c/MagickPNGErrorHandler/1630.
sh: 1: gm: not found
terminate called after throwing an instance of 'cimg_library::CImgIOException'
what(): [instance(4272,2848,1,3,0x7ff569e49010,non-shared)] CImg<float>::save_other(): Failed to save file '/home/pic/Reconstruction/data/image_features/detected_image_0.png'. Format is not natively supported, and no external commands succeeded.
I hope someone can solve this.
Thanks,
Pedro
--
You received this message because you are subscribed to the Google Groups "Theia Vision Library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theia-vision-lib...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok. Is the directory writeable?