karikapatel/DroneDetections
收藏资源简介:
--- configs: - config_name: detections data_files: "detections.parquet" dataset_info: - config_name: detections features: - name: image dtype: image - name: video dtype: string - name: frame dtype: int64 --- Dataset: Drone Detections This dataset contains a parquet file containing frames from 2 youtube videos where drone was detected (Video 1: https://www.youtube.com/watch?v=DhmZ6W1UAv4 ; Video 2: https://www.youtube.com/watch?v=YrydHPwRelI). The drones have been highlighted with a bounding box. Schema Details: | Column Name | Type | Description | | ------------------ | ------ | ------------------------------------------------------------------------- | | `image` | image | video frame with drone detections | | `video` | string | video name | | `frame` | int | frame id in the video |



