Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个更理论的问题,但它与我过去在没有 Hadoop 的情况下解决的任务到 map-reduce 平台的转换有关。
例如,我们有一个视频文件,它在技术上是一个帧序列,我们需要在每一帧中检测一些圆形物体的特征:(x,y,大小,失真)。检测算法将两件事作为输入:帧本身和前一帧的识别结果。
这里的问题是,如何将此类问题转换为 map-reduce 范式,以便:
谢谢