Arisha Kumar
Arisha Kumar
Hello, Are you using only VOC2007 test data for the accuracy calculation? With my accuracy test I am only getting 59 % mAP on VOC2007 test data. Do you have...
Hello @zhreshold, I have been trying to run the demo.py using the pre-trained ssd_inception_v3 by using the following command. Also I extracted the pre-trained files from ssd_inceptionv3_512_voc0712trainval.zip to the model...
Hello, can you please share the steps and command line you used to convert the original model to OpenVINO IRs. Need this to help optimize these models further.
Hi there, I am able to download model from HF using VideoLlavaForConditionalGeneration.from_pretrained and optimize the model using ipex-llm.optimize_model(). But the process fails on generate() with the following - Any help...