microsoft / MLOps_VideoAnomalyDetection

Operationalize a video anomaly detection model with Azure ML
MIT License
130 stars 56 forks source link

How to testing model with custom video in local without docker/azure? #25

Open nguyenanhtuan1008 opened 4 years ago

nguyenanhtuan1008 commented 4 years ago

I try to inference in local with a model trained. I run the script batch_scoring.py but I think this is running on azure. How do I testing on local without docker or azure?