Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public float getObjThresh() {
private static boolean isGPU = true;

// tiny or not
private static boolean isTiny = false;
private static boolean isTiny = true;

// config yolov4 tiny
private static final int[] OUTPUT_WIDTH_TINY = new int[]{2535, 2535};
Expand Down Expand Up @@ -596,4 +596,4 @@ public boolean checkInvalidateBox(float x, float y, float width, float height, f

return true;
}
}
}