- 博客(4)
- 收藏
- 关注
原创 数据集转voc格式(以DOTA遥感数据集为例)
好多博客都是将txt的标注改成了xml格式,并没有建立voc的txt索引文件(这是最恶心的),自己手写了一份,用于处理dota数据集,不过其他数据集只要有标注信息应该也可以用。代码中的目录之类的需要修改。如有瑕疵,请多包涵。https://github.com/baokelion/data_voc...
2019-07-16 16:43:45
3990
17
原创 conda安装的opencv3.4.2解决cv2的Rebuild the library with Windows, GTK+ 2.x or Carbon support问题
用anaconda直接安装的opencv库,在调用cv2.namedWindow()时会报错。cv2.error: /tmp/build/80754af9/opencv_1512687413662/work/modules/highgui/src/window.cpp:593: error: (-2) The function is not implemented. Rebuild the ...
2019-05-22 21:07:02
3873
3
原创 在PTAM算法中将虚拟标定物眼睛的位置信息和大小显示出来
在EyeGame.cc中添加printf("v3e = %lf,%lf,%lf\n",v3[0],v3[1],v3[2]);void EyeGame::LookAt(int nEye, Vector<3> v3, double dRotLimit){ Vector<3> v3E = ase3WorldFromEye[nEye].inverse() * v3; print...
2018-04-04 09:16:35
298
原创 阅读PTAM代码笔记-main.cc
// Copyright 2008 Isis Innovation Limited// This is the main extry point for PTAM#include <stdlib.h>#include <iostream>#include <gvars3/instances.h>#include "System.h"using namespace...
2018-04-03 11:01:13
482
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人