Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- sources.list
- ubuntu
- 전이학습
- darknet_ros
- YoLO
- CuDNN
- CUDA
- roslib
- roslaunch
- rqt
- ax200
- autorace
- amcl
- error
- FreeCAD
- Gazebo
- 촉각센서
- opencv
- turtlebot3
- 부분공간
- Linux
- linetracing
- Kinetic
- RGB-D
- turtlebot
- G++
- webots
- Installation
- ROS
- gcc
Archives
- Today
- Total
기술 성공, 실패 기록소
pickle 간단한 사용법 본문
728x90
wiki.python.org/moin/UsingPickle
UsingPickle - Python Wiki
Using Pickle Pickle Example 1 2 import pickle 3 4 favorite_color = { "lion": "yellow", "kitty": "red" } 5 6 pickle.dump( favorite_color, open( "save.p", "wb" ) ) For more examples and API details, see the official Pickle use documentation. Flying Pickle Al
wiki.python.org
'followbot' 카테고리의 다른 글
[Install] Ubuntu 16.04 Azure Kinect driver (0) | 2020.12.14 |
---|---|
python collection module (0) | 2020.10.09 |
install dlib on python 2.7 (0) | 2020.10.06 |
install GTest (0) | 2020.10.05 |
How-To: 3 Ways to Compare Histograms using OpenCV and Python (0) | 2020.09.28 |