MickeyCHAN

Results 10 issues of MickeyCHAN

**Describe the bug** the new to unity ml agent,when i drag the release code into unity patform , and try to run the basic "3D ball" ,error happend **Console logs...

bug
stale

### Issue Summary i am following the installation steps on [turiotal](https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/md_doc_installation_0_index.html) here is my configuration ### Executed Command when i type ` make -j'nproc' `,it turned out something wrong like...

seen as below ![error](https://user-images.githubusercontent.com/76671016/220236110-8b97769f-f846-447a-ae6e-bddf90a6bb05.JPG) i got this command from here:https://keras.io/examples/vision/video_classification/ tensorflow version : 2.11.0

stat:awaiting response
type:support
comp:keras
TF 2.11

in linux and windows,both are occured error ```(pure_yolo) D:\er_code\yolov5-lite>python detect.py --source 0 Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.45, device='', exist_ok=False, img_size=640, iou_thres=0.5, name='exp', nosave=False, project='runs/detect', save_conf=False, save_txt=False, source='0', update=False, view_img=False, weights='weights/v5lite-s.pt') YOLOv5...

## the Issue: 1. code ``` from pytorch3d.io import load_ply ``` 2. full logs pytorch3d version = 0.7.4 laptop :macos intel chip ``` ImportError: dlopen(/Users/danyow/envs/3d_venv/lib/python3.9/site-packages/pytorch3d/_C.cpython-39-darwin.so, 0x0002): Symbol not found: (__ZN2at4_ops10select_int4callERKNS_6TensorExx)...

很好的工作内容,对于图片作为输入的话。画质肉眼较好。但当视频作为输入的时候,画质会损失的比较严重。该如何解决。 ![image](https://github.com/TMElyralab/MuseTalk/assets/76671016/7d105d38-4e36-4ce2-aa32-cce799e62759)

In Currently readme.md **,the origin project structure** was wrong ``` StableVideo ├── ... ├── ckpt │ ├── cldm_v15.yaml | ├── dpt_hybrid-midas-501f0c75.pt │ ├── control_sd15_canny.pth │ └── control_sd15_depth.pth ├── data │...

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

I am running the `https://github.com/aiortc/aiortc/blob/a9449820f745e63316b57914b2f1fa7c07f54d9a/examples/webcam/webcam.py ` file , using the command ``` python .\webcam.py --play-from .\video\demo.mp4 ``` And I got this issue below . This suitation is that when i...