MobileNetV3-SSD
MobileNetV3-SSD copied to clipboard
run_ssd_live_demo.py
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.
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"