yuanmu97 / PacketGame

PacketGame: Multi-Stream Packet Gating for Concurrent Video Inference at Scale
MIT License
11 stars 1 forks source link

Would Combinatorial Optimizer and Temporal Estimator be open-source? #1

Open qunemiaowudenene opened 11 months ago

qunemiaowudenene commented 11 months ago

I am a student who greatly admires your research. Packetgame is very interesting research in my opinion! I currently have research interests similar to yours and am working on designing a system similar to Packetgame. I want to use packetgame to compare with our study. Does your team plan to open-source the modules of Combinatorial Optimizer and Temporal Estimator? Thank you very much, very much looking forward to your reply.

yuanmu97 commented 11 months ago

Thank you for your interest in this project! The implementation of PacketGame in our system is bound to the back-end inference module, so I disassembled the relatively independent NN module when it was open source. The temporal estimator module depends on how the inference module provides feedback, and the combinatorial optimization algorithm depends on the specific decoding hardware, so we did not choose to open source it at that time.

I could recently provide you with an example of how to use a complete PacketGame solution for offline testing given a decoding hardware, a set of offline videos, and a detection model. Do you think this will help?