You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should in general. Some users report success (see #35), but some users reported problems, eg. with Jetson TX2 (#54). I believe that if you have CUDA working on the Jetson, there is a solid chance that you'll get GPUJPEG working there.
tiff remote sensing images
Just to be sure, you'd like to compress input TIFF to JPEG?
Well, currently not directly. GPUJPEG can currently encode just RAW images or PAM/PNM/Y4M . TIFF is quite a complex format allowing very different internal layout. I can see 2 possibilities:
the layout of your TIFFs is very simple (meaning one block of RAW image data inside the TIFF). In this case I think we can consider adding encode to GPUJPEG directly
all other cases like LZW-encoded TIFF, TIFF using stripes etc. – in this case I believe that then it is best to decode with libtiff, which can do the caller
Can we use this compression algorithm to run tiff remote sensing images on NVIDIA Jetson platform
The text was updated successfully, but these errors were encountered: