GithubHelp home page GithubHelp logo

Comments (6)

zyxcambridge avatar zyxcambridge commented on August 22, 2024

image

from vitis-ai.

zyxcambridge avatar zyxcambridge commented on August 22, 2024

TARGET=ZCU104
NET_NAME=yolov3_416_voc_tf
DEPLOY_MODEL_PATH=vai_q_output
ARCH=/opt/vitis_ai/compiler/arch/dpuv2/${TARGET}/${TARGET}.json

vai_c_tensorflow --frozen_pb tf_yolov3_voc_416_416_65.63G/quantized/deploy_model.pb --arch ${ARCH} --output_dir vai_c_output_${TARGET} --net_name ${NET_NAME}

from vitis-ai.

zyxcambridge avatar zyxcambridge commented on August 22, 2024

TARGET=ZCU104
NET_NAME=yolov3_416_voc_caffe_xilinx
DEPLOY_MODEL_PATH=vai_compile_output
ARCH=/opt/vitis_ai/compiler/arch/dpuv2/${TARGET}/${TARGET}.json

vai_c_caffe --prototxt dk_yolov3_voc_416_416_65.42G/quantized/deploy.prototxt
--caffemodel dk_yolov3_voc_416_416_65.42G/quantized/deploy.caffemodel
--arch ${ARCH}
--output_dir vai_c_output_${TARGET}/
--net_name ${NET_NAME}

from vitis-ai.

zyxcambridge avatar zyxcambridge commented on August 22, 2024

image

from vitis-ai.

zyxcambridge avatar zyxcambridge commented on August 22, 2024

WARNING: Logging before InitGoogleLogging() is written to STDERR
F1230 17:57:09.814858 3132 elf2xir.hpp:316] Check failed: !debug_mode debug mode not supported yet.
*** Check failure stack trace: ***

from vitis-ai.

zyxcambridge avatar zyxcambridge commented on August 22, 2024

TARGET=ZCU104
NET_NAME=yolov3_416_coco_caffe
DEPLOY_MODEL_PATH=vai_compile_output
ARCH=/opt/vitis_ai/compiler/arch/dpuv2/${TARGET}/${TARGET}.json

vai_c_caffe --prototxt quantize_results_coco/deploy.prototxt
--caffemodel quantize_results_coco/deploy.caffemodel
--arch ${ARCH}
--output_dir vai_c_output_${TARGET}/
--net_name ${NET_NAME}
--options "{'mode':'normal', 'dump':'all','cpu_arch':'arm64', 'dcf':'/opt/vitis_ai/compiler/arch/dpuv2/ZCU104/ZCU104.dcf',
'save_kernel':''}"

from vitis-ai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.