@@ -26,13 +26,7 @@ RS camera
26
26
![ RS] ( https://simplecore.intel.com/realsensehub/wp-content/uploads/sites/63/Compare.png )
27
27
28
28
29
- Python packages
30
- ```
31
- pip install --upgrade pip
32
- pip install --user pyrealsense2
33
- pip install --user opencv-python (especially in user, else it will overwrite arcgis python package)
34
- argparse, py-getch, pyserial, fractions,
35
- ```
29
+
36
30
### Data Preparation
37
31
38
32
data collector: will generate folders: bag, log, and csvs : live location. foto_location
@@ -44,10 +38,14 @@ data processor: from the collected bag and log file, create jpg and matched.txt
44
38
45
39
A step by step series of examples that tell you how to get a development env running
46
40
47
- After installed, copy widgets2 into Lib/matplotlib
48
- and copy def_measure to C:\Users\yourusername\AppData\Roaming\Python\Python27\site-packages
49
-
50
- (I edit the Ruler widget to measure, therefore this step is neccasary)
41
+ will generate requirment.txt in the future
42
+ Python packages
43
+ ```
44
+ pip install --upgrade pip
45
+ pip install --user pyrealsense2
46
+ pip install --user opencv-python (especially in user, else it will overwrite arcgis python package)
47
+ argparse, py-getch, pyserial, fractions,
48
+ ```
51
49
52
50
### Data Capture
53
51
0 commit comments