Skip to content

Commit 99334a6

Browse files
committed
2024-10-18 11:07:32
1 parent 8444775 commit 99334a6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/halftone-gray.jpg

4.36 KB
Loading

tests/halftone-out.jpg

3.57 KB
Loading

tests/halftone_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ UnitTest_fn_def(test_model) {
4141
model_t* mdl = model_load("model/halftone_v1/model.onnx");
4242

4343
// load
44-
image_t* cat = image_load("picture/VOC2012/00008.png");
44+
image_t* cat = image_load("picture/VOC2012/00005.png");
4545
image_to_grey(cat);
4646
// image_crop_center(cat, 256, 256);
4747

0 commit comments

Comments
 (0)