TalkUHulk / ai.deploy.box

A toolbox for deep learning model deployment using C++ YoloX | YoloV7 | YoloV8 | Gan | OCR | MobileVit | Scrfd | MobileSAM | StableDiffusion
http://www.hulk.show/aidb-webassembly-demo/
MIT License
443 stars 20 forks source link

how to run in docker container ? #2

Closed zhongwenkun886 closed 1 year ago

zhongwenkun886 commented 1 year ago

After "docker pull mister5ive/ai.deploy.box" and enter into the container, how to run the samples? I can not find any code.

TalkUHulk commented 1 year ago

After "docker pull mister5ive/ai.deploy.box" and enter into the container, how to run the samples? I can not find any code.

clone this rep

zhongwenkun886 commented 1 year ago

OK, thanks