biyuehuang

Results 8 issues of biyuehuang

Hi, I use example/classification/classification.ipynb by inceptionV3 model on Jetson AGX Xavier. I modify it to print inference time by "import datetime" as following: ``` ...... tf.import_graph_def(trt_graph, name='') tf_input = tf_sess.graph.get_tensor_by_name(input_names[0]...

Do you know how to use this project mtcnn_facenet_cpp_tensorRT with multi-stream video input, i.e. by deepstreamSDK

enhancement
help wanted

SVET sample application building has completed! But $ vainfo libva info: VA-API version 1.9.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info:...

OS: Ubuntu22.04 hardware: ADl 12700 + Arc A770

question ❓
P2
External

环境:windows10 CPU Core i7 ``` conda create -n audio python=3.9 libuv conda activate audio pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple pip install pytest-runner paddlespeech==1.4.1 或者 paddlespeech==1.4.0 pip install langid==1.1.6 zhconv==1.4.3 transformers==4.31.0...

Bug
T2S

mo --input_model yolov5s.onnx --data_type FP16 --reverse_input_channels --output Conv_238,Conv_218,Conv_198 --batch 1 python yolov5_demo_OV2021.3.py -i people.png -m yolov5s.xml [ INFO ] Creating Inference Engine... [ INFO ] Loading network: yolov5s.xml [ INFO...

Ubuntu22.04,kernel 5.15.0 with 4 * Arc A770 on Xeon(R) w9-3495X $ clinfo Driver Version 24.22.29735.27 script ``` source /opt/intel/oneapi/2024.0/oneapi-vars.sh --force source /opt/intel/1ccl-wks/setvars.sh --force # use oneCCL export MODEL="/opt/Meta-Llama-3-8B-Instruct" export CCL_WORKER_COUNT=2...

user issue

A770,Ubuntu系统 ``` for n in $(seq 16 16); do echo "Model= $MODEL RATE= 0.7 N= $n..." python3 benchmark_vllm_throughput.py \ --backend vllm \ --model $MODEL \ --num-prompts 100 \ --trust-remote-code \...

user issue