ibeis.algo.detect.labeler package

Submodules

ibeis.algo.detect.labeler.labeler module

ibeis.algo.detect.labeler.labeler.label_chip_list(chip_list, model='v1')[source]
ibeis.algo.detect.labeler.labeler.load_images(cache_data_filename='test_data.npy', cache_labels_filename='test_labels.npy', cache=True)[source]
ibeis.algo.detect.labeler.labeler.load_labeler(source_path=None, source_name='labeler', cache_data_filename='data.npy', cache_labels_filename='labels.npy', cache=True, **kwargs)[source]
ibeis.algo.detect.labeler.labeler.test_labeler(output_path)[source]
ibeis.algo.detect.labeler.labeler.train_labeler(output_path, **kwargs)[source]

ibeis.algo.detect.labeler.model module

class ibeis.algo.detect.labeler.model.Labeler_Model(model, *args, **kwargs)[source]

Bases: object

architecture(model, batch_size, in_width, in_height, in_channels, out_classes)[source]
augmentation(model, X_list, y_list=None, train=True, parallel=True)[source]
get_loss_function(model)[source]
label_order_mapping(model, label_list)[source]
ibeis.algo.detect.labeler.model.augmentation_parallel(values)[source]
ibeis.algo.detect.labeler.model.augmentation_wrapper(X_list, y_list)[source]

Module contents

ibeis.algo.detect.labeler.reassign_submodule_attributes(verbose=True)[source]

why reloading all the modules doesnt do this I don’t know

ibeis.algo.detect.labeler.reload_subs(verbose=True)[source]

Reloads ibeis.algo.detect.labeler and submodules

ibeis.algo.detect.labeler.rrrr(verbose=True)

Reloads ibeis.algo.detect.labeler and submodules