Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • akhot2/group-01-phys371-sp2023
  • jl190/group-1-beetle-drone
2 results
Show changes
Showing
with 9 additions and 13 deletions
test_images/empty_left_height.JPG

81.3 KiB

test_images/empty_right_height.JPG

80.5 KiB

......@@ -37,7 +37,7 @@ for file in os.listdir(dir):
save_paths.append(dest_path)
#load model
model_path = 'yolov5_model/runs/train/20beetle_40-non_20dirt_bkg_overlap/weights/best.pt'
model_path = '../yolov5_model/runs/train/20beetle_40-non_20dirt_bkg_overlap/weights/best.pt'
model = torch.hub.load('ultralytics/yolov5', 'custom', model_path)
model.eval()
......
names:
- beetles
nc: 1
roboflow:
license: CC BY 4.0
project: wcr-beetle-traps-dataset
url: https://universe.roboflow.com/wcr-beetle-detection/wcr-beetle-traps-dataset/dataset/5
version: 5
workspace: wcr-beetle-detection
train: ../../crop/data/train/images
val: ../../crop/real_data/images
The different directories contain the predicted locations of western corn rootworm (WCR) beetles using the YOLOv5x model trained on the simulated dataset. The content of each file is summarized below.
- `arduino_1280_yolov5x`: Predictions on images taken by the Arducam and using the YOLOv5x model with an image size of 1280
- `arduino_640_yolov5x`: Predictions on images taken by the Arducam and using the YOLOv5x model with an image size of 640
- `real_1280_yolov5x`: Predictions on images taken by an iPhone and using the YOLOv5x model with an image size of 1280
- `real_640_yolov5x`: Predictions on images taken by an iPhone and using the YOLOv5x model with an image size of 640
- `sim_1280_yolov5x`: Predictions on images from the test simulated dataset and using the YOLOv5x model with an image size of 1280
- `sim_640_yolov5x`: Predictions on images from the test simulated dataset and using the YOLOv5x model with an image size of 640
yolov5_model/runs/train/many_small_bugs_final/F1_curve.png

86.1 KiB

yolov5_model/runs/train/many_small_bugs_final/PR_curve.png

74.1 KiB

yolov5_model/runs/train/many_small_bugs_final/P_curve.png

77.3 KiB

yolov5_model/runs/train/many_small_bugs_final/R_curve.png

86 KiB