Albert Parra Pozo

Results 28 comments of Albert Parra Pozo

Hi @mellinger - I have the feeling the files will be too large for email. Can you upload them to Dropbox instead (the free version should give you more than...

Thanks for the catch @313usually! You can create a pull request so we can give you proper credit :)

Hi @tksharpless - The CMakeLists.txt file at the top level has only been tested on Mac and Linux. We use Docker on Windows machines. If can make it work on...

Hi @tksharpless - we built the pipeline with cases like yours in mind. The calibration stage can definitely be parsed out and run independently, as shown in https://facebook.github.io/facebook360_dep/docs/calibration As for...

Our Camera class supports f-theta, rectilinear, equisolid and orthographic models, and can be extended to any model. It's also distortion agnostic, i.e., we model the distortion by fitting a radially...

It's actually a feature :) https://github.com/facebook/facebook360_dep/blob/master/source/util/FilesystemUtil.h it should just work, but if not you can modify `FilesystemUtil.h` and it will be applied everywhere.

Thanks good news! Let us know as you build these commands, we can probably help you out. If your changes diverge too much from the original code you can always...

Can you open a pull request with those changes? We can then easily test it on Linux and Mac on our end and then give you proper attribution :)

10% difference is expected with 8k images. The warning is just so you know that the error is pretty high, but a 0.5 pixel error at 8k should be ok.

Did you look at the ISPC build instructions for Windows in https://github.com/facebook/facebook360_dep/tree/master/source/thirdparty/bc7_compressor/ISPCTextureCompressor ?