How to use the proposal.vid_proposals function in proposal

To help you get started, we’ve selected a few proposal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github myfavouritekk / vdetlib / vdet / video_det.py View on Github external
def det_vid_without_box(vid_proto, det_fun, net,
                    class_names=imagenet_vdet_classes):
    logging.info("Generating proposals...")
    box_proto = vid_proposals(vid_proto)
    det_proto = det_vid_with_box(vid_proto, box_proto, det_fun, net,
                                 class_names)
    return det_proto

proposal

Monte Carlo simulation library to propagate leptons and gamma rays

LGPL-3.0
Latest version published 1 year ago

Package Health Score

50 / 100
Full package analysis