shliang0603
shliang0603
When I run demo.m on Matlab R2018a, meeting the error ,it prompt needing 'VCOMP100.DLL', but dont't have the file in vlfeat-0.9.20\toolbox\mex\mexw64\ Can you help me solve this problem? 
@ZQPei Hi, can you tell me about: tracking model of ckpt.t7 can convert to tensorrt model of ckpt.trt using inference ? Thanks
I can't download the dataset from google driver, Do you have the dataset in Baidunetdisk for me ?
@CDOTAD Hi, I have applied for the Adobe data set, Is your data set processing combined with COCO data ?
@cszn I test the testsets/BSD68 dataset, but my test results show artfacts. Can you give me some advice.Here are my test results.   
@nyoki-mtl I want to know the version of pytube. I download the source video, but the error giving " RegexMatchError: (\W[\'"]?t[\'"]?: ?[\'"](.+?)[\'"]) had zero matches" , I can't solve the...
测试脚本
@MichaelFan01 你好,想问下测试的脚本中有可以直接在视频或图片上测试,并可视化的脚本吗
@ehong-tl Hi, thank you for your excellent work. Could you please explain the principle of your calibration or the paper you refer to ? I'm a novice and I don't...
标定数据
@hushunda 你好,你可以提供一份你的标定的数据和参数吗,我自己采集的标定数据,标定出来的结果一直都不对,也不知道问题出现在哪里
标定问题:
您好,非常感谢你开源优秀的标定工具,我在标定方面没有经验,在使用的过程中遇到一些问题,想请教你一下: 1、问题一:在标定激光到相机的变换中,选择激光点的时候,会出现x和y值为nan值的情况 ```python def preprocess(self, laser): laser_point = [] for la in laser: theta = np.arange(len(la.ranges))*la.angle_increment+la.angle_min ranges = np.array(la.ranges) x = ranges*np.cos(theta) y = ranges*np.sin(theta) laser_point.append(np.vstack([x,y]).T) return laser_point ``` 我打印输出了一些p[0]和p[1]的值,其中会出现很多nan值:...