realtime-detectron icon indicating copy to clipboard operation
realtime-detectron copied to clipboard

Real-time Detectron using webcam.

Results 3 realtime-detectron issues
Sort by recently updated
recently updated
newest added

How do you run visualize.py in order to get a video with masks?

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...