yangninghua

Results 11 issues of yangninghua

谢谢博主

mean_value:152 mean_value:152 mean_value:152 如果我用在中国的车牌识别上,应该改变吗

https://blog.csdn.net/moxiao1995071310/article/details/79992608 `````` from distutils.core import setup from distutils.extension import Extension from Cython.Distutils import build_ext import numpy as np ext_modules = [Extension("_nms_gpu_post", ["_nms_gpu_post.pyx"])] setup( name="Hello pyx", cmdclass={'build_ext': build_ext}, ext_modules=ext_modules, include_dirs=[np.get_include()] )...

[分割.pdf](https://github.com/Tramac/awesome-semantic-segmentation-pytorch/files/3782945/default.pdf)

hi, Developers of hpatches 1. Reference descriptors SIFT: ./download.sh descr sift 2. python extract_opencv_sift.py The above two values are not the same, do Reference descriptors use the vlfeat tool?

``` class TestDataset(Dataset): ...... def _get_image_files(self, path, ext={'.jpg', '.png'}): images = [] for root, dirs, files in os.walk(path): if "check" in root: continue print('loading image files ' + root) #...

Hello, how do you modify the method to register two point clouds with different sizes?

![image](https://user-images.githubusercontent.com/32252319/43236677-06d72190-90b9-11e8-8f7a-740931314453.png) Hello, royshil, I completely run out of your program, but during the running process, the cmd interface prompts me, "Bundle adjustment failed", I have found the source of this...

What is this file used for? Downloading coco homography model.