Minhyuk Choi
Minhyuk Choi
UnicodeDecodeError: 'cp949' codec can't decode byte 0xed in position 15: illegal multibyte sequence가 발생해서 직접 파일에 들어가서 open함수에 encoding='UTF-8'을 추가했더니 되더라구요 실행환경마다 다른지는 모르겠는데 수정이 필요할 것 같습니다.
I'm using express and I write HTML with pug engine. I added the configuration of package.json like below. { "language": "pug", "path": "./snippets/snippets.json" } But it doesn't work. Doesn't it...
I could generate the mesh file of ball scene with your instruction, but I can't do relight on ball because there's no texture map and blender file. Is there any...
If I use 2~ gpus on inference, following error occurs. ``` Traceback (most recent call last): File "/hub_data1/minhyuk/diffusion/opensora/scripts/inference.py", line 114, in main() File "/hub_data1/minhyuk/diffusion/opensora/scripts/inference.py", line 95, in main samples =...
 I'm not sure if I understand correctly this formula. If the dot product v_c • n equals one, then it must be excluded by the mask and thereby the...
Fine-grained Pose (NTU RGBD), Scene Transition (MovieNet), Unexpected action (FunQA), Egocentric Navigation (VLN-CE) Datasets of these tasks don't have QA annotations and it seems that you generate annotations by yourself...
``` { "video": "K9UXS.mp4", "question": "Which object was tidied up by the person?", "candidates": [ "The table.", "The clothes.", "The towel.", "The blanket." ], "answer": "The blanket.", "start": 2.65134176537509, "end":...
It seems that Mixamo requires rigged mesh. Did you do rigging the mesh manually, or is there some automatic tool for it? (I'm not familiar with rigging thingy)
``` def generate_video_path(self): self.select_video_cams = [item for i, item in enumerate(self.all_cam_params) if i % 1 == 0 ] self.video_path, self.video_time = smooth_camera_poses(self.select_video_cams,10) self.video_path = self.video_path[:500] self.video_time = self.video_time[:500] def load_video(self,...
  The program is strangely slow and it seems that the computation is done on CPU, not cuda (As you can see in the image, CPU utilization is 2108%)...