Asapanna Rakesh

Results 97 comments of Asapanna Rakesh

The main reason why I need to see the level was to understand the loss/improvement in picture quality. If we cannot grab the current level of our viewer can we...

The `addScene` and `loadScene` methods' documentation is a bit ambiguous. It takes scene ID and config as a string. But I couldn't figure out how they are defined. Here at...

I used the tool mentioned in this comment https://github.com/open-mmlab/mmdetection3d/issues/429#issuecomment-922353711 to convert my las and annotation into PCD format including annotations. According to the comments in above mentioned issues, we can...

I think it will be a good idea to have colab demo / tutorial for all available features so that developers can get familiar with the package

Hi, I was wondering if there are any improvements to clip based architectures in recent advancements in multimodal retrieval. Are there any?

> I have integrated socketio with the fastapi core. > > ```shell > pip install "fastapi[socketio] @ git+https://github.com/bnnk/fastapi" > ``` > > Then, after installation, to use: > > ```python...

> These are the "more specific NER models" I was referring to. They are each trained on a different biomedical corpus, and have different entity types. > > > >...

I think what @youngjae-avikus intends to ask is how to run predictions on novel data points. Given any new unknown image (not a part of train/valid/test split), how to predict...

I just started tinkering with code in the repo, will add an example in training notebook here https://github.com/INF800/easyfsl_custom_data

> I think what @youngjae-avikus intends to ask is how to run predictions on novel data points. > > Given any new unknown image (not a part of train/valid/test split),...