글

0707_ Paper

 https://link.springer.com/chapter/10.1007/978-3-030-28619-4_26 pringer Proceedings in Advanced Robotics  book series Communicating Robot Arm Motion Intent Through Mixed Reality Head-Mounted Displays Efficient motion intent communication is necessary for safe and collaborative work environments with collocated humans and robots. Humans efficiently communicate their motion intent to other humans through gestures, gaze, and social cues. However, robots often have difficulty efficiently communicating their motion intent to humans via these methods. Many existing methods for robot motion intent communication rely on 2D displays, which require the human to continually pause their work and check a visualization. We propose a mixed reality head-mounted display visualization of the proposed robot motion over the wearer’s real-world view of the robot and its environment. To evaluate the effectiveness of this system against a 2D display visualization and against no visualization, we ask...

0702_ Using server at Unity + Papers about data visualization

이미지
 journals from IEEE Transactions on Visualization and Computer Graphics #1. https://ieeexplore.ieee.org/document/9222325 CNN Explainer: Learning Convolutional Neural Networks with Interactive Visualization Deep learning's great success motivates many practitioners and students to learn about this exciting technology. However, it is often challenging for beginners to take their first step due to the complexity of understanding and applying deep learning. We present CNN Explainer, an interactive visualization tool designed for non-experts to learn and examine convolutional neural networks (CNNs), a foundational deep learning model architecture. Our tool addresses key challenges that novices face while learning about CNNs, which we identify from interviews with instructors and a survey with past students. CNN Explainer tightly integrates a model overview that summarizes a CNN's structure, and on-demand, dynamic visual explanation views that help users understand the underlying com...

0701_Using server in Unity

 * works to do  1. 튜토리얼 영상 #2 완성 2. 튜토리얼 영상 #3 만들기(커리큘럼 짜기) 3. 서버 연결 PHP로 시도하기 4. x,y,z,value 데이터 받아서 시각화하는 프로그램 만들기 5. Data visualization  관련 논문/연구 찾아보기 6. 해외 연구실 찾아보기 * works to do today 1. 튜토리얼 영상 #2 완성 2. 유니티 서버 연결 PHP로 시도하기 3. Data visualization 관련 논문/연구 찾아보기 + 스크랩 4. 온습도 데이터로 visualization 모델 만들어보기 5. 관련 해외 연구실 찾아보기  Personal Augmented Reality for Information Visualization on Large Interactive Displays In this work we propose the combination of large interactive displays with personal head-mounted Augmented Reality (AR) for information visualization to facilitate data exploration and analysis. Even though large displays provide more display space, they are challenging with regard to perception, effective multi-user support, and managing data density and complexity. To address these issues and illustrate our proposed setup, we contribute an extensive design space comprising first, the spatial alignment of display, visualizations, and objects in AR space. Next, w...

0630_Using server at Unity

Works to do today 1. 매직리프 튜토리얼 2편 만들기      - 큐브 생성해서 시뮬레이터로 확인하는 것까지! 2. 유니티에서 서버 데이터 받아오는거 다시 시도해보기     - 한번 더 해봐도 안되면 PHP 사용해서 불러와보기 3. A&HCI 논문 한편 읽고 요약하기

0629 : Using server in Unity

https://yourpresence.tistory.com/87 학과 excite.postech.ac.kr 에 서버를 구축하고 x,y,z,value로 구성된 table을 올려두었다. 위 포스팅을 참고해서 Unity에서 서버의 데이터를 불러오는 것을 하고 있는데 sql을 사용하게 하는 플러그인이 잘 작동하지 않아 문제가 생겼다.  코드는 다음과 같음 using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.Data; using MySql.Data; using MySql.Data.MySqlClient; public class clsMysqlDB : MonoBehaviour {     MySqlConnection sqlconn = null;     private string sqlDBip = "DB아이피";     private string sqlDBname = "DB네임";     private string sqlDBid = "관리자계정ID";     private string sqlDBpw = "관리자계정비번";     private void sqlConnect()     {         //DB정보 입력         string sqlDatabase = "Server=" + sqlDBip + ";Database=" + sqlDBname + ";UserId=" + sqlDBid + ";Password=" + sqlDBpw + "";         //접속 확인하기         try         {   ...

0625 _ Paper + Magic leap data visualization

  https://m.blog.naver.com/easyocr/220348748771 유니티 www 클래스 https://srk911028.tistory.com/150 유니티로 로그인 화면 구현 https://mungto.tistory.com/190 유니티 UnityWebRequest 클래스. www보다 이쪽이 권장된다고 한다.

0624_ paper

  Design and Evaluation of a Distance-Driven User Interface for Asynchronous Collaborative Exhibit Browsing in an Augmented Reality Museum https://ieeexplore.ieee.org/document/9431194 Augmented reality museums allow visitors to jointly view and interact with exhibits. However, real-time exhibit browsing does not accommodate latecomers to museums and offers limited support to temporally separated visitors. To stimulate asynchronous exhibit browsing, we developed a distance-driven user interface that divided the augmented reality exhibit-egocentric space into four distance ranges, each having a set of social networking features and different privileges for exhibit viewing and interaction. The user interface enables asynchronous exhibit browsing for visitors participating at different times. We conducted empirical studies to evaluate how the user interface affected visitors’ collaborative exhibit browsing in terms of perceived usability and learning gains. The results show that the pe...