본문 바로가기

macos5

01-가상환경(Virtual Environment) 구축 아래의 링크에서 내용을 참조하였음. github.com/Unity-Technologies/ml-agents/blob/release_12_docs/docs/Using-Virtual-Environment.md Unity-Technologies/ml-agents Unity Machine Learning Agents Toolkit. Contribute to Unity-Technologies/ml-agents development by creating an account on GitHub. github.com 가상환경 구축은 dependency 관리를 편하게 해주고, 손쉽게 가상환경에서 다양한 라이브러리를 테스트/활용 할 수 있게 해준다. 1. Pip를 설치해준다. # get-pip.py를 다운 curl http.. 2021. 1. 17.
02-Anaconda 환경에서 Jupyter Notebook, TensorFlow 설치하기 [Mac] 아나콘다 설치하는 방법은 아래 링크에서 확인할 수 있습니다. 01-Mac에서 아나콘다 설치하는 방법 [Mac] TensorFlow는 2015년 11월 구글 브레인 팀에서 발표한 오픈 소스 라이브러이 이다. 인공 신경망 알고리즘의 개발에 주로 사용되는 라이브러리이며, C++언어로 작성되었으며, Python 등을 위한 API를 제공한다. TensorFlow는 현재(2021.01) 아래의 운영체제에 설치할 수 있다. Python 3.5–3.8 Ubuntu 16.04 or later Windows 7 or later (with C++ redistributable) macOS 10.12.6 (Sierra) or later (no GPU support) Raspbian 9.0 or later 아래의 사이트에서 Te.. 2021. 1. 5.
01-Mac에서 아나콘다 설치하는 방법 [Mac] Anaconda는 파이썬 개발 환경을 쉽게 구축할 수 있도록 도와주는 일종의 패키지형 소프트웨어이다. 아나콘다를 이용하면 파이썬 기반의 개발환경을 쉽게 구성할 수 있다. 1. 아래의 링크에서 자신의 운영체제에 맞는 Installer를 다운 받아 설치한다. www.anaconda.com/products/individual Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com # 하위호환을 위해서 기존의 아나콘다 버젼을 다운받기 위해서는 .. 2021. 1. 5.
macOS에 ROS 2 설치하기 링크의 사이트를 참고하여 macOS에 ROS 2 Foxy Fitzroy를 설치하였음. 1. macOS의 Terminal 앱에서 아래의 명령을 사용해서 Homebrew 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 2. Terminal에서 brew를 통해서 아래의 명령어로 필요 프로그램 설치 brew install python@3.8 # Unlink in case you have python@3.7 installed already brew unlink python # Make the python command be Python 3.8 brew link --force pyth.. 2020. 9. 3.
Intel RealSense SDK macOS에 설치하기 기본적으로 SDK는 macOS를 완벽하게 지원하지 않는다. 아래의 링크에서 내용 참조함: macOS installation for Intel RealSense SDK 1. Appstore에서 Xcode를 설치 apps.apple.com/us/app/xcode/id497799835?mt=12 ‎Xcode ‎Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging. Th.. 2020. 8. 24.