본문 바로가기

전체 글245

Blazepose 3d Avatar Simple Mediapipe의 unity version으로 Blazepose가 있습니다. https://github.com/homuler/MediaPipeUnityPlugin 간단하게 3D Avatar에게 적용해 본코드 입니다. Avatar는 https://www.mixamo.com/ 에서 T포즈를 하고 있는 x bot.fbx를 다운받아서 사용했습니다. using System.Collections; using System.Collections.Generic; using Mediapipe; using Mediapipe.Unity; using UnityEngine; public class Test : MonoBehaviour { public Transform LeftForearm; public Transform Lef.. 2023. 5. 1.
TTS 글자를 음성으로 생성해주는데 효과음등과 주변음 등도 생성해주는 모델이 나왔습니다. https://tango-web.github.io/ Text-to-Audio Generation using Instruction Tuned LLM and Latent Diffusion Model Deepanway Ghosal1, Navonil Majumder1, Ambuj Mehrish1, Soujanya Poria1 1DeCLaRe Lab, Singapore University of Technology and Design, Singapore Abstract The immense scale of the recent large language models (LLM) allows many interesting propertie.. 2023. 5. 1.
IMU Products WitMotion 블루투스 5.0 가속도계, 자이로스코프 각도 센서, 전자 나침반 자력계 경사계, WT9011DCL https://ko.aliexpress.com/item/1005004969587997.html https://ko.aliexpress.com/item/1005005292374915.html https://ko.aliexpress.com/item/1005004973615190.html 작동영상 WitMotion WT9011DCL Bluetooth 5.0 Accelerometer Gyroscope Angle Sensor (witmotion-sensor.com) WT9011DCL 제품은 PC, Android, IOS등을 지원합니다. 샘플있음:c++,c# https://youtu.be/MgMh9M.. 2023. 4. 28.
LLM_MIT_License Dolly 1.0은 스탠포드대학 LLM인 알파카(Alpaca) 개발팀이 오픈AI API를 이용해 만든 데이터세트에서 30달러에 걸쳐 학습되고 있으며 데이터세트에는 오픈AI와 경쟁하는 모델 작성은 허용하지 않는다는 약관을 포함한 chatGPT 출력이 포함되어 있기 때문에 불행하게도 상용 이용이 불가능했다. 알파카 외에 버클리AI리서치의 코알라(Koala)나 GPU 미탑재 노트북에서도 실행 가능한 경량 채팅 AI인 GPT4ALL, 챗GPT에 필적하는 성능이라는 비쿠나(Vicuna) 등이 이 규정 제한으로 상용 이용이 금지되어 있다. LLM들은 공개된 일반적인 내용에 대해 많이 알고 있습니다. 공개된 특정분야에 대해 파인튜닝을 진행하면 우리만의 LLM을 가질수 있을것으로 기대해 봅니다. 상업적 목적이 사용가능.. 2023. 4. 27.