MobileNetV3-SSD icon indicating copy to clipboard operation
MobileNetV3-SSD copied to clipboard

run_ssd_live_demo.py

Open ZHyuwind opened this issue 5 years ago • 1 comments

Hello, first, thank you for providing pytorch code for MobilenetV3-SSD. I want to ask about video detection. Please answer how to run_ssd_live_demo.py. Thanks.

ZHyuwind avatar Nov 01 '19 08:11 ZHyuwind

Hello, First you need a pertained model to run live demo. But I guess writer of this repo did not provide any model, so you need to train it by yourself. If you run this in to your terminal your live demo should start: "python3 run_ssd_live_demo.py "here write your model type" "here write your directory to model folder/your model name" "here write your label directory/your label file"

CoskunGorkem avatar Jan 15 '20 09:01 CoskunGorkem