Go to the source code of this file.
Classes | |
class | generate_detections.ImageEncoder |
Namespaces | |
generate_detections | |
Functions | |
def | generate_detections._run_in_batches (f, data_dict, out, batch_size) |
def | generate_detections.create_box_encoder (model_filename, input_name="images", output_name="features", batch_size=32) |
def | generate_detections.extract_image_patch (image, bbox, patch_shape) |
def | generate_detections.generate_detections (encoder, mot_dir, output_dir, detection_dir=None) |
def | generate_detections.main () |
def | generate_detections.parse_args () |