Ishan

Results 7 issues of Ishan

Hi Authors, The model trained by you is in Torch. I want to test my code on the pretrained weights of your CNN model. I am working in tensorflow and...

### Model/Pipeline/Scheduler description Recent work which leverages diffusion models for object detection task. https://arxiv.org/abs/2211.09788 Add capability to run it through HF diffusers pipeline and if possible also create benchmarks or...

good first issue
New pipeline/model

Hi, I am facing trouble to run the selective search demo on my system. I tried with different versions of Boost i.e Boost 1.58 and Boost 1.63. Also I cloned...

I am hitting errors because of mixed indentation. This change always used indent_char as space and if tab, assume it to be equivalent to 4 space chars. # Description Please...

lgtm
size:S

### Bug Description The following lines of code are redundant: https://github.com/run-llama/llama_index/blob/954398e1957027a364d0d332fee61733ad322f8b/llama-index-packs/llama-index-packs-code-hierarchy/llama_index/packs/code_hierarchy/query_engine.py#L116-L121 1) We are doing DFS to find all kvs from the root_map 2) Then we are again doing DFS...

bug
triage
stale

Hi, does the model supports the following use case: 1) given a list of pkl files storing the landmark 2) model selects the best landmark from the set provided in...

Hi, I am currently using claude code agent which is subscribed to a set of tools which can be called as sub-agent in the newly defined terminology. Basically my tools...