You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: given a video_rgb/ modality data folder of the following format:
root/video_rgb/shard-00000.tar
| ├── 00000.mp4 # this corresponds to one video.
| ├── 00001.mp4
| └── ...
produce a video_det/ modality folder of the following format:
root/video_det/shard-00000.tar
| ├── 00000.jsonl # this corresponds to one video. each line within it corresponds to one frame.
| ├── 00001.jsonl
| └── ...
For now, let's use YOLO pseudolabeler.
This should involve calling the YOLO pseudolabeler on the videos in video_rgb, generating outputs, and moving it into the right directory paths. Each jsonl corresponds to one video. Each line in the jsonl corresponds to one frame.
Goal: given a video_rgb/ modality data folder of the following format:
produce a video_det/ modality folder of the following format:
For now, let's use YOLO pseudolabeler.
This should involve calling the YOLO pseudolabeler on the videos in video_rgb, generating outputs, and moving it into the right directory paths. Each jsonl corresponds to one video. Each line in the jsonl corresponds to one frame.
Example jsonl:
Child issue of #3.
The text was updated successfully, but these errors were encountered: