ultralytics / xview-yolov3

xView 2018 Object Detection Challenge: YOLOv3 Training and Inference.
https://docs.ultralytics.com
GNU Affero General Public License v3.0
256 stars 57 forks source link

I met an error when i run analysis.m #9

Closed XMU-smartdsp closed 4 years ago

XMU-smartdsp commented 5 years ago

Undefined function or variable 'fcnsigmarejection'。

error: analysis>clean_coords (line 227) [~,v] = fcnsigmarejection(new_area(j),12,3); i1(j) = i1(j) & v;

error analysis (line 27) [coords, v] = clean_coords(chip_number, coords, classes, image_h, image_w);

Can anybody help me, thank you!

glenn-jocher commented 5 years ago

Please clone this repo and add to your MATLAB path before running analysis.m. fcnsigmarejection.m is found inside it. https://github.com/ultralytics/functions-matlab

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.