본문 바로가기

2024/0612

[2024.06] 3주차 Today I Learned 06/17 월1. 최적화이론 시험2. 딥러닝 시험 대비 공부3. 선형대수 시험 대비 공부- Least Squares 06/18 화1. 딥러닝 시험2. 선형대수 시험 대비 공부 06/19 수1. 선형대수 시험 06/20 목1. 키오스크 스펙 확인2. 연구실 논문 발표 참석https://xpandora.github.io/PhysGaussian/ PhysGaussian: Physics-Integrated 3D Gaussians for Generative DynamicsWe introduce PhysGaussian, a new method that seamlessly integrates physically grounded Newtonian dynamics within 3D Gaussians to achieve .. 2024. 6. 17.
[FFPMEG] FFMPEG 간단한 명령어 정리 FFmpeg 명령어 정리비전 태스크를 활용하다보면 같이 사용하게 되는 FFmpeg 패키지 명령어를 정리해 보자 😊설치sudo apt install 명령어 : ffmpeg으로 시작-i input 데이터-r fps설정(1초당 추출할 Frame 수) ex1) 동영상에서 프레임 추출하기ffmpeg -i {input_video} {경로/파일명-%d.png}여기서 %d로 frame 숫자 분리%6d 이런식으로 몇자리 숫자로 표현할지 정할 수 있음확장자명은 png, jpg 등.. ex2) 영상 코덱 변경(mp4v to h264)ffmpeg -i {input_video} -c:v libx264 {경로/파일명.mp4}mp4 외에 다른 영상 확장자 가능 ex3) 동영상 회전하기ffmpeg -i {input_video} -.. 2024. 6. 14.
[2024.06] 2주차 Today I Learned 06/10 월1. 최적화 이론 증명 발표- Duality- Linear Programming2. 연구실 논문 발표 참석- PhysAvatarhttps://qingqing-zhao.github.io/PhysAvatar PhysAvatar: Learning the Physics of Dressed 3D Avatars from Visual ObservationsModeling and rendering photorealistic avatars is of crucial importance in many applications. Existing methods that build a 3D avatar from visual observations, however, struggle to reconstruct clothe.. 2024. 6. 10.
[24.06.08] 영어 회화 스터디 [영상 1]https://www.youtube.com/watch?v=-VJX2W3O9Ek  [영상 2]https://www.youtube.com/watch?v=ObL2xm5NrCk  [영상 3]https://www.youtube.com/watch?v=WcLlpWmEpQ8  [기사 1]https://www.koreaherald.com/view.php?ud=20240606050135 Marriage race: Koreans get cautious, calculative in search for 'the one'“Why is it so hard to find someone to marry?” This pressing question torments 28-year-old Kim Jeong-sik (not his.. 2024. 6. 8.
[24.06.01] 영어 회화 스터디 [영상 1]https://www.youtube.com/watch?v=z-fxfuWhff0 [영상 2]https://www.youtube.com/watch?v=eMjqJKviDBo   [영상 3]https://www.youtube.com/watch?v=9CTzhqVHmww   [기사 1]https://www.koreaherald.com/view.php?ud=20240529050646 Hybe chairman meets UAE president to discuss possible K-pop business in Middle East  Hybe Chairman Bang Si-hyuk on Tuesday met with United Arab Emirates President Mohamed bin Zayed Al.. 2024. 6. 7.
[2024.06] 1주차 Today I Learned 06/03 월1. 최적화 이론 수업- Dual Gradient Ascent- ADMM2. 투빅스 RAG WorkFlow 재정의- Retriever로 DPR(Dense Passage Retriever)사용- GPT로 Prompt화 06/04 화1. Computer Vision Project 베이스 코드 분석- 활용하려는 Task와 관련된 코드 환경 세팅 및 Inferencehttps://www.computervision.zone/projects/ Projects - Computer Vision ZoneComputer Vision Projectswww.computervision.zone 06/05 수1. SeaweedFS 기술 검토- 분산파일처리시스템 활용 예시 확인2. 핸드포즈 모델 리서치 및 코드 Inf.. 2024. 6. 3.