Skip to content

Commit

Permalink
lower perf requirement for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iBoot32 committed Dec 22, 2024
1 parent f5ac845 commit 1e9a01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void testImgs(std::string folder_path, std::string gt_path, OpenCVArmorDetector

/* DETECTOR REQUIREMENTS */
// Performance requirements
#define MIN_FPS 144 // Minimum FPS required
#define MIN_FPS 80 // Minimum FPS required

// Pre-selected images (tighter requirements since we know an armor is present)
#define MIN_DETECTION_RATE_EASY 0.95 // 95% detection rate required
Expand Down

0 comments on commit 1e9a01c

Please # to comment.