MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / free_data

Function free_data

yolo_detector/darknet_opt/src/data.c:613–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613void free_data(data d)
614{
615 if(!d.shallow){
616 free_matrix(d.X);
617 free_matrix(d.y);
618 }else{
619 free(d.X.vals);
620 free(d.y.vals);
621 }
622}
623
624image get_segmentation_image(char *path, int w, int h, int classes)
625{

Callers 15

load_threadsFunction · 0.85
concat_datasFunction · 0.85
train_regressorFunction · 0.85
train_tagFunction · 0.85
train_captchaFunction · 0.85
train_yoloFunction · 0.85
train_cocoFunction · 0.85
train_voxelFunction · 0.85
train_attentionFunction · 0.85
train_cifarFunction · 0.85
train_cifar_distillFunction · 0.85
test_cifarFunction · 0.85

Calls 1

free_matrixFunction · 0.85

Tested by 4

test_cifarFunction · 0.68
test_cifar_csvFunction · 0.68
test_cifar_csvtrainFunction · 0.68
test_classifierFunction · 0.68