Feature Request: RTSP Decode
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5.8k
- Forks
- 678
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 27
Description
DALI allows for a great way to create Train and Validation DataLoader Pipelines, but where is the love for TestDataLoaders where the input might be an RTSP stream as opposed to JPEG images.
Can we create an ops nvRTSPdecode? similar to the nvJPEGDecode in the end it should still be using the same nvdecoder library internally and this is already done on deepstreams pipelines so an easier way to integrate this with the deep learning frameworks directly makes sense.
Thanks for listening.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing nvJPEGDecode operation and the nvdecoder usage in DeepStream pipelines, both referenced in the issue. Define what RTSP stream support in DALI’s TestDataLoader path should provide, then validate the operation with an end-to-end data-loading test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data, machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100