dotnet / dotnet/machinelearning

Resizing Images and Boxes for Vision Scenarios

Open
#6,629 7 comments 0 reactions 0 assignees View on GitHub
area-Vision
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

Repro:

- Train OD Model with large images ( 4000 x 3000 )

Result:

- Stalls at Epoch 0 and uses 100% of CPU

Expected Result:

- It works :)

Workaround:

- Resize Images
- https://github.com/JakeRadMSFT/Scratch/blob/main/ObjectDetective/ObjectDetective/ObjectDetectionVOTT.training.cs#L183
- Resize Boxes
- https://github.com/JakeRadMSFT/Scratch/blob/6981d4701de25f002fe87bf9ed95083e3a2ebc44/ObjectDetective/ObjectDetective/ObjectDetectionVOTT.training.cs#L94

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.