nnop
nnop
mdx词典是离线的吗?是否能跟上网站线上内容更新?
What does `ppl` stands for?
Same question. +1
> hi, thanks for help! this code is running, but no communication/synchronization among processes. Is there anything missing in the commit? How did you find `no communication/synchronization among processes`?
You should take the median of frequencies among all classes, not the median among all images of a single class. Meanwhile, not needing sorting before use `np.median`.
met the same issue. - vim 8.2 - python 3.7.2
Hi, Gengshan. Just found you refered the [Spatiotemporal BA](https://www.cs.cmu.edu/~ILIM/projects/IM/STBA/) method. Did you have any reference implementation.
Does the term *generalized absolute/relative pose estimators* you mentioned refers to the `RigBundleAdjuster` class?
I'm using multple cameras with different intrinsics. Is there any tutorial or example to set different intrinsics for each camera? @jc211
I notice that there are bias terms both in `Convolution` and `Scale` layers. Is that redudent? e.g. [this block](https://github.com/jay-mahadeokar/pynetbuilder/blob/4202d3c2e7f4725be9441d6f22952e8eb398fc4c/models/voc2007_ssd/resnet_50/train.prototxt#L121-L177). @jay-mahadeokar