| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| project_name: drones |
| target_object: "fiber optic drone" |
| description: | |
| Auto-labeling pipeline for fiber-optic drone detection. Falcon Perception |
| grounds bboxes for any drone, spool, or cable; Qwen2.5-VL verifies each. |
| |
| |
| data_root: ~/drone-falcon-data/v2 |
|
|
| |
| r2: |
| bucket: drone-falcon |
| raw_prefix: raw_v2/ |
| labels_prefix: labels/ |
| reviews_prefix: labels/reviews.json |
|
|
| |
| |
| buckets: |
| positive/fiber_spool_drone: |
| queries: |
| - "fiber optic FPV drone" |
| - "tethered fiber optic drone" |
| - "Ukraine fiber optic drone war" |
| - "fiber optic kamikaze drone" |
| - "fiber optic drone payload" |
| - "wired FPV drone Ukraine" |
| - "fiber optic drone with spool" |
| - "Russian fiber optic drone" |
| - "fiber optic dispenser drone" |
| - "fiber optic combat drone" |
|
|
| positive/spool_only: |
| queries: |
| - "fiber optic cable spool" |
| - "optical fiber reel" |
| - "fiber optic winding machine" |
| - "spooled optical fiber cable" |
| - "fiber optic cable on reel" |
| - "optical fiber cable drum" |
|
|
| negative/drones_no_spool: |
| queries: |
| - "DJI Mavic 3 Pro photo" |
| - "FPV racing drone closeup" |
| - "consumer quadcopter flying" |
| - "agricultural spraying drone" |
| - "DJI Mini 4 Pro photo" |
| - "Autel Evo drone" |
| - "Skydio 2 drone" |
| - "racing drone build" |
|
|
| distractor/round_things: |
| queries: |
| - "garden hose reel" |
| - "cable drum reel industrial" |
| - "duct tape roll" |
| - "fire hose reel" |
| - "rope coil pile" |
| - "extension cord reel" |
| - "thread spool sewing" |
|
|
| background/empty: |
| queries: |
| - "blue sky clouds" |
| - "open field landscape" |
| - "industrial workshop interior" |
| - "outdoor military training" |
|
|
| |
| |
| falcon_queries: |
| - "fiber optic spool" |
| - "cable spool" |
| - "drone" |
| - "quadcopter" |
| - "fiber optic drone" |
|
|
| |
| |
| prompts: |
| filter: | |
| Look at this image. Does it show a {target_object}, a related component |
| (cable spool, fiber reel, wound cable), or any other relevant object? |
| Answer with exactly one word: YES or NO. |
| YES if you see ANY of: a {target_object}, a quadcopter, a cable reel, a fiber spool. |
| NO if the main subject is something else. |
| |
| verify: | |
| Look carefully at this image crop. |
| Question: Is the main object in this crop actually a {query}? |
| Answer first with one word: YES, NO, or UNSURE. |
| Then briefly say what the object actually is in 5-10 words. |
| |
| |
| |
| |
| |
| |
| backends: |
| filter: qwen |
| label: pod |
| verify: pod |
|
|
| |
| pod: |
| gpu_types: ["NVIDIA L40S"] |
| data_centers: ["EU-RO-1", "EU-CZ-1", "EU-NL-1", "US-CA-2"] |
| image: "runpod/pytorch:1.0.3-cu1290-torch291-ubuntu2204" |
| container_disk_gb: 30 |
| volume_gb: 30 |
|
|