Asapanna Rakesh

Results 59 issues of Asapanna Rakesh

I can contribute for this feature. Kindly let me know if we can work on it.

enhancement
help wanted
good first issue
hacktoberfest

Hi, I see that there are few for loops in generate.py. Is there someway we can speed them up? - https://github.com/mpetroff/pannellum/blob/b81b26f6b9e9ddd1d3c808d94599be4c1cf36675/utils/multires/generate.py#L244 - https://github.com/mpetroff/pannellum/blob/b81b26f6b9e9ddd1d3c808d94599be4c1cf36675/utils/multires/generate.py#L249 - https://github.com/mpetroff/pannellum/blob/b81b26f6b9e9ddd1d3c808d94599be4c1cf36675/utils/multires/generate.py#L255

question

Hi, is there any way to get current level in multires **realtime**? for example something like ```viewer.getCurrentMultiresLevel()```

question

Hi, Currently `generate.py` for multires works for single image input. Can we use `subprocess` module for batch processing? Or should we use multi-threading ?

question

Hi, what I usually see for loading cubemap is - we have two sets of cube faces one set in high resolution and another set of faces in low resolution....

question

Hi, I have the following data - LiDAR files (`*.las`) - equirectangular images of camera along with heading values - Car location data How can I preprocess my data into...

usage

Hi, I noticed that evaluation loss metric was too high compared to training loss in training notebook. Can you please share training logs for you best model(s) ?

Hi, I want to train 13B model on English dataset (from scratch). Are there any utilities that will help me do this? Or is it that I cannot train it...

### Re-write condensed tutorials based on suggestions. Changes were made to 3 tutorial notebooks - docs/tutorial/notebook/01_config_files.ipynb - docs/tutorial/notebook/02_datasets.ipynb - docs/tutorial/notebook/03_train_model.ipynb Suggested changes were: 1. The notebooks must look similar to...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...

question