aws-samples / aws-samples/amazon-eks-autonomous-driving-data-service
[Feature Request] Add support for compressed images
- Dominant language
- Python
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
When looking at the NuScenes sample data, the final Images in the bag files are compressed. This makes the transfer of the images over the wire much smaller and speeds up streaming.
Add support for on-the-fly compression of images during bag file generation or when streaming images via websockets.
Contributor guide
Research direction
Trace the bag file generation path and the image streaming path used via websockets, using the NuScenes sample data as the reference case. Determine where images are finalized before transfer and how compressed images are represented in the generated bags or stream. Done means images can be compressed on the fly in the requested path and streaming transfers are smaller without breaking image consumption.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- autonomous-driving, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100