wavedata

所属分类:自动驾驶
开发工具:Python
文件大小:36KB
下载次数:0
上传日期:2018-03-06 22:24:42
上 传 者sh-1993
说明:  波形数据,用于操纵和可视化来自自动驾驶传感器的数据的代码
(wavedata,Code for manipulating and visualizing data from autonomous driving sensors)

文件列表:
.coveragerc (55, 2018-03-07)
.travis.yml (382, 2018-03-07)
LICENSE (1238, 2018-03-07)
demos (0, 2018-03-07)
demos\kitti.py (1406, 2018-03-07)
requirements.txt (77, 2018-03-07)
scripts (0, 2018-03-07)
scripts\build_integral_image_lib.bash (202, 2018-03-07)
scripts\run_unit_tests.sh (192, 2018-03-07)
wavedata (0, 2018-03-07)
wavedata\__init__.py (0, 2018-03-07)
wavedata\tools (0, 2018-03-07)
wavedata\tools\__init__.py (0, 2018-03-07)
wavedata\tools\core (0, 2018-03-07)
wavedata\tools\core\__init__.py (0, 2018-03-07)
wavedata\tools\core\calib_utils.py (10987, 2018-03-07)
wavedata\tools\core\geometry_utils.py (1026, 2018-03-07)
wavedata\tools\core\geometry_utils_test.py (1365, 2018-03-07)
wavedata\tools\core\integral_image.py (5287, 2018-03-07)
wavedata\tools\core\integral_image_2d.py (3420, 2018-03-07)
wavedata\tools\core\integral_image_2d_test.py (1634, 2018-03-07)
wavedata\tools\core\lib (0, 2018-03-07)
wavedata\tools\core\lib\src (0, 2018-03-07)
wavedata\tools\core\lib\src\CMakeLists.txt (184, 2018-03-07)
wavedata\tools\core\lib\src\integral_images_3d.cpp (2596, 2018-03-07)
wavedata\tools\core\voxel_grid.py (5564, 2018-03-07)
wavedata\tools\core\voxel_grid_2d.py (7299, 2018-03-07)
wavedata\tools\core\voxel_grid_2d_test.py (4464, 2018-03-07)
wavedata\tools\core\voxel_grid_test.py (4154, 2018-03-07)
wavedata\tools\obj_detection (0, 2018-03-07)
wavedata\tools\obj_detection\__init__.py (0, 2018-03-07)
wavedata\tools\obj_detection\evaluation.py (8912, 2018-03-07)
wavedata\tools\obj_detection\evaluation_test.py (4873, 2018-03-07)
wavedata\tools\obj_detection\obj_utils.py (16218, 2018-03-07)
wavedata\tools\obj_detection\obj_utils_test.py (5360, 2018-03-07)
wavedata\tools\visualization (0, 2018-03-07)
... ...

# Wavedata [1]:[https://travis-ci.com/kujason/wavedata] [![Build Status](https://travis-ci.com/kujason/wavedata.svg?token=q1CfB5VfAVvKxUyudP69&branch=master)][1] The repository contains the public release of the [WAVE Laboratory](http://wavelab.uwaterloo.ca/) ([GitHub](https://github.com/wavelab)) Python library of dataset helper functions. The aim of this library is to provide functions for data input/output and processing of the different components of a dataset. The functions are currently compatible with the Kitti dataset. ## Getting Started Implemented and tested on Ubuntu 16.04 with Python 3.5. 1. Clone repository: ``` git clone git@github.com:kujason/wavedata.git ``` 2. Install Dependencies: ``` cd ~/wavedata pip3 install -r requirements.txt ``` 3. Compile C++ files: First install cmake `sudo apt-get install cmake`. To compile with script: ```bash cd wavedata/scripts build_integral_image_lib.bash ``` To manually compile: ``` cd wavedata/tools/core/lib cmake src make ``` ## LICENSE MIT License Copyright (c) 2018 [Ali Harakeh](https://github.com/asharakeh), [Jason Ku](https://github.com/kujason), [Jungwook Lee](https://github.com/jungwook-lee), [WAVE Laboratory](http://wavelab.uwaterloo.ca/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

近期下载者

相关文件


收藏者