fix(core): update build-map image metadata loading and imu propagator logging#126
fix(core): update build-map image metadata loading and imu propagator logging#126
Conversation
|
|
|
|
https://github.com/dmlc/decord useful? |
Decord provides efficient random-access capabilities and integrates well with hardware decoders. We also need to generate timestamp-to-frame-index metadata using PyAV. The build-map node only saves the images and does not read them afterward. Decord is therefore a better choice when these images are used to train a model. |
|
|
@junlinp It's too messy to have so much of code doing "writing". Can we have a better one? Like a in-house package of
So we could hide all It would be great if we do statistics (avg encode/decode time per-frame) inside We end up with two kind of DB in the folder: 1. generic key-value shelve DB; 2. key-Image Video DB. to
|
|
|
|
|
@junlinp For sure my concern is around the jetson. And would you mind moving VideoDB into tool, so we could make the core code really "core". |
I see. I’ve modified the conversion tool to benchmark read performance and integrated VideoDB into the tool to make the core logic cleaner. |
|
|
@junlinp looks good. let me know if it's ready to merge. |
|
|
@dvorak0 This PR is ready to be merged, and the Docker image needs to be updated. |
|
@junlinp shall we just fail fast when decord is missing. Try catch wont save us. |
|
yep.the AI tends to over-defensive programming. |




Summary
Type