cleanup: remove dead code and duplicate docs
- Remove session-ses_2f27.md (161KB raw session log) - Remove 49 ROOT_* duplicate files across REFERENCE/ - Remove 14 duplicate files between REFERENCE/ root and history/ - Remove asr_legacy.rs (dead code, replaced by asr.rs) - Remove src/core/worker/ (duplicate JobWorker) - Remove src/core/layers/ (empty directory) - Remove 4 .bak files in src/ - Remove 7 dead private methods in worker/processor.rs - Remove backup directory from git tracking
This commit is contained in:
@@ -8,8 +8,8 @@ import os
|
||||
|
||||
UUID = "384b0ff44aaaa1f1"
|
||||
OUTPUT_DIR = f"output/{UUID}/florence2_results"
|
||||
INPUT_IMG = os.path.join(OUTPUT_DIR, f"raw_6846.jpg")
|
||||
OUTPUT_IMG = os.path.join(OUTPUT_DIR, f"raw_6846_detected.jpg")
|
||||
INPUT_IMG = os.path.join(OUTPUT_DIR, "raw_6846.jpg")
|
||||
OUTPUT_IMG = os.path.join(OUTPUT_DIR, "raw_6846_detected.jpg")
|
||||
|
||||
# Florence-2 Result from previous run: [x_min, y_min, x_max, y_max]
|
||||
# Note: Florence-2 usually returns coordinates in normalized 0-1000 scale.
|
||||
|
||||
Reference in New Issue
Block a user