PointNet++复现
第一部分 先跑起来再说 首先由于pointnet需要编译tf_ops因此必须在linux上运行,整个代码的运行过程比较复杂,这个代码里面有很多不兼容的bug,要做好耐心的准备: 首先代码下载下来https://github.com/char…
第一部分 先跑起来再说 首先由于pointnet需要编译tf_ops因此必须在linux上运行,整个代码的运行过程比较复杂,这个代码里面有很多不兼容的bug,要做好耐心的准备: 首先代码下载下来https://github.com/char…
This content is password protected. To view it please enter your password below:
Password:
PART 1:指针的概念 计算机体系中的内存存储层次: 寄存器 L1缓存 L2缓存 主内存 本地存储 远程存储(分布式,web server) C++ 中内存单元内容与地址: 内存由很多的内存单元组成。这些内存单元用于存放各种…
This content is password protected. To view it please enter your password below:
Password:
Rosbridge提供了一系列用于非ROS程序的JSON API,有不同的前端设备的操作方式,包括WebSocket Server和浏览器对ROS尽心操作。Rosbridge是一个meta-package,包括Rosbridge,多种前段包比如websocket包,和一…
This content is password protected. To view it please enter your password below:
Password:
This content is password protected. To view it please enter your password below:
Password:
This content is password protected. To view it please enter your password below:
Password:
记得上次配置openpose是一次难忘的记忆,但由于一直才试错所以没有记录,这一次在一台全新的电脑上配置openpose tensorflow的运行环境 Openpose在tf中的配置非常的麻烦,因为源码是c++写的,需要编译成pytho…
KITTI的标定数据是这样的 一个相机有三个标定文件组成: calib_cam_to_cam calib_time: 09-Jan-2012 13:57:47 corner_dist: 9.950000e-02 S_00: 1.392000e+03 5.120000e+02 K_00: 9.842439e+02 0.000000e+00…