Kunal
Kunal
I am able to host a custom-tensorflow model with tf-serving, but that model accepts image in matrix form [None, None, None,3]. But I want to make changes such that it...
Hello Swati I tried running your code but ran into some error ``` /mediapipe/mediapipe/examples/android/src/java/com/google/mediapipe/apps/portraitsegmentationgpu/BUILD:35:15: Merging manifest for //mediapipe/examples/android/src/java/com/google/mediapipe/apps/portraitsegmentationgpu:portraitsegmentationgpu failed (Exit 1): ResourceProcessorBusyBox failed: error executing command bazel-out/k8-opt-exec-50AE0418/bin/external/bazel_tools/src/tools/android/java/com/google/devtools/build/android/ResourceProcessorBusyBox --tool MERGE_MANIFEST --...
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) in ----> 1 vocab = build_vocab() 2 alist = read_alist() 3 raw = read_raw() in build_vocab() 8 items = line.strip().split(' ') 9 for...
I have trained a yolov7-e6e on a custom dataset. But I'm getting multiple class prediction on same object in some cases. While going through the code of function **_non_max_suppression_** inside...
## Description I am unable to open Jupyter notebook in a remote ec2 instance from vscode. I have been using this method for a very long time. But from around...
Missing Colon after the character name chandler should be replaced with chandler: as in every other links
### What happened? I was trying to do tag based routing in LiteLLM, but it redirects to "default" tag more than the tag that i am passing in the request:...
I recently migrated my old collection from Qdrant version 1.8.0 to 1.12.0 to enable multitenancy. The migration was done point by point. However, now when I perform a hybrid search...
### Your current environment NVIDIA GH200 ### 🐛 Describe the bug While building the vLLM Docker image for ARM64 (Nvidia GH200 instance) as per the official [documentation](https://docs.vllm.ai/en/stable/deployment/docker.html#building-for-arm64-aarch64), I encountered the...