fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

Geotiff images are not displayed[BUG]

Open robmarkcole opened this issue 1 year ago • 2 comments

Describe the problem

I have create a geotif dataset following this approach

On running the app, images are not displayed: image

System information

  • OS Platform and Distribution MacOS 14.2.1 (23C71)
  • Python version Python 3.11.6
  • FiftyOne version FiftyOne v0.23.2
  • FiftyOne installed from pip

Other info/logs

For context, these are 18 channel tifs but the first three are RGB

Willingness to contribute

The FiftyOne Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the FiftyOne codebase?

  • [ ] Yes. I can contribute a fix for this bug independently
  • [x] Yes. I would be willing to contribute a fix for this bug with guidance from the FiftyOne community
  • [ ] No. I cannot contribute a bug fix at this time

robmarkcole avatar Jan 09 '24 15:01 robmarkcole

@robmarkcole what browser are you using? Some popular browsers do not support TIFF, but notably Safari does.

swheaton avatar Jan 10 '24 14:01 swheaton

@swheaton ok the issue is my geotif was 64 bit - if I create an 8 bit (RGB) it displays fine.

image

I think this would be good to mention in the documentation - ideally support for other bit depths can be added to?

robmarkcole avatar Jan 10 '24 15:01 robmarkcole

Note: also necessary to view in Safari

robmarkcole avatar May 01 '25 13:05 robmarkcole