realtime-detectron
realtime-detectron copied to clipboard
no arguments supplied to model = infer_engine.initialize_model_from_cfg()
On line 103 in inference.py the weights arguments are not inserted.
The correct line should be
model = infer_engine.initialize_model_from_cfg(args.weights)
Edit:
After giving the weights file the following error occurs
'
Traceback (most recent call last):
File "tools/inference.py", line 160, in
i have the same problem do you have fixed it ?