전체 글

Done/With Sensor, Board

[ZIVID] UR - ZIVID Hand-in-eye camera_windows10

참고 universal robot hand-eye calibration rtde : ur 통신을 위해 zivid-python-samples : 내부에 zivid cap 소스랑 다 있음 설치 순서 1. $ source venv/Scripts/activate 를 해서 가상환경을 켜준다 (python version : 3.7) 2. rtde 와 zivid-python을 받아야 한다! -> 그전에 zivid sdk 받아두기 3. urx python lib에서는 위에 파일 받아서 복붙 해주기! (몇가지 변경이 필요함) 참고 universal robot zivid-python-samples > source > applications > advanced > hand_eye_calibration > ur_hand_ey..

PaperReview-Practice/PaperReviews

[논문리뷰] PointNet : Deep Learning on Point Sets for 3D Classification and Segmentation

PointNet : Deep Learning on Point Sets for 3D Classification and Segmentation 요약 본 논문은 보통 Pointcloud를 CNN에서 Input data로 사용할 때 voxel이나 Image로 변환하는 방법을 사용하지만, 논문에서는 Pointcloud를 그대로 적용할 수 있는 방법을 설명한다. Input data 가 Pointcloud일 때 해결 해야할 문제들! 1) Unordered : Point들은 정렬되있지 않는다. - 따라서 이미지의 픽셀 배열이나 Volumetric grid, Voxel 배열과 다름 - PointCloud는 point 집합으로 이루어져 있어서 정렬이 없다. 2) interatcion among Points : 각 poin..

Done/Trouble Shooting

[ERROR] Ubuntu 18.04apt - key error 404 ip

https://stackoverflow.com/questions/58544763/404-not-found-ip-when-try-to-install-any-ros-kinetic-package " 404 Not Found [IP: ] " when try to install any ros kinetic package I was trying to install the rtabmap_ros package in the ROS kinetic. But I have got the "404 not found [IP:]" error. So I tried to install any other ROS packages and I found that I can't install any... stackoverflow.com old ..

Done/Environment_Install

[Ubuntu 18.04] Realsense sdk , ros wrapper

한번 설치해보면 알겠지만 문서도 너무 다양하고 에러도 잘 남. 에러를 정리 해두자 설치 SDK - librealsense https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md REALSENSE-ros https://github.com/IntelRealSense/realsense-ros 두가지를 순서대로 설치한다 설치할 때 생기는 오류를 방지하기 위해 아래를 읽어보고 설치하자 1. SDK server key 등록할때 에러가 잘 남 시간동기화 인터넷 연결 상태에서 시간 동기화를 해주라는 사람들도 있는데 !! 잘 안되더라 sudo apt-get update && sudo apt-get upgrade && sudo..

Done/Environment_Install

[Docker] Docker , Ubuntu 20.04, 이미지 저장, 컨테이너 저장, Google drive file download, wget

Docker install Ubuntu Documentation nvidia docker설치 https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker Google drive file Download - git clone으로 받을 수 없는 부분들이 있다 예를 들면 KITTI 같은 데이터 셋이라던지,, sh 파일로 만들어서 다운 받을 수도 있겠지만 google drive에 올려두고 다운 받을 수도 있다 * 주의할 점 * - 아래에서 가 의미하는 것은 google drive에서 링크 공유를 했을 때 file/d//view?usp=sharing 의 저 FILEID 부분이다! - 공유를 할때 전체 공개 편집..

Done/Environment_Install

[PIP, ANACONDA] Requirements.txt / 환경 복사

CONDA 환경 create ; yaml 파일을 다른 곳에서 가져올 때 clone; 같은 환경의 conda 를 복제할 때 Requiremnts.yaml 생성 conda env export > conda_requirements.yaml Requiremnts.yaml 와 동일한 환경 설치 conda env create -f conda_requirements.yaml 같은 머신 상에서 가상환경의 복제 conda create -n {new env name} --clone {copy env name} 이 외에도 wifi 설치가 불가능한 곳은 envs 내의 폴더 자체를 그대로 복사해서 옮겨 붙여도 괜찮다 PIP 환경 Requiremnts.txt 생성 pip freeze > requirements.txt Requir..

728x90
weasel7
weasel