Asapanna Rakesh
Asapanna Rakesh
I can write a module to write and read data from indexed DB. As I don't know much about design of your web app I may need your help integrating...
@abhisheknaiidu I apologize for not being able to work on the feature. There was a sudden change of plan at my work which needed my undiverted attention. @TumoM Hi, if...
If we look at first loop (top most) - I think it iterates through 6 cubemap images and each iteration is independent of the other. Can we parallize this to...
I ma making a benchmark with combinations of multithread, multiprocessing and asyncio eventloop. Will update here. On Thu, 6 Jan, 2022, 10:25 pm Matthew Petroff, ***@***.***> wrote: > You could...
I have tried several benchmarks and these three give rough idea - ``` |--------------|-------------|------------|--------------------|--------------------|--------------------|----------------------|--------------|--------------| | type | max_workers | file_count | total_duration_sec | total_duration_min | sec_per_file | file_per_sec | min_per_file...
I tested the GPU flag with 16gb GPU vs 128GB RAM & 32 core CPU. Couldn't find much difference. Will try these settings in the 4 core machine above
Hi @mpetroff, https://github.com/mpetroff/pannellum/blob/b81b26f6b9e9ddd1d3c808d94599be4c1cf36675/utils/multires/generate.py#L249 In the above code `levels` is automatically calculated by to `3` for examplepano.jpg file. What changes must I make to the algorithm so that I can increase...
https://github.com/mpetroff/pannellum/blob/fa11a998a4a0c393933c753d0d7b48243937ca05/src/js/libpannellum.js#L1526
can we expose `level`
I was planning to display using network calls. But it cannot be a best practice.