Jiajun Liu

Results 7 issues of Jiajun Liu

Thanks for your great work! Now I have my own dataset(not coco) I want to know how to generate gt(confidence map and PAF) especially I don't know when generate ground...

I have MobileNetInit.pb and MobileNetPredict.pb in the models directory, but when I build this project, I got the error `'try!' expression unexpectedly raised an error: Error Domain=Caffe2 Code=1 "File named...

My gpu is Titan X And I use my own dataset to train this net work below is the result Epoch 1/30 188/2875 [>.............................] - ETA: 3622s - loss: 1.6571...

Thanks for your work! I have 2 questions: In the paper, the author use cos lr but why fixsLR used in your code? And now W3A2 acc has reported but...

question

### Describe the bug `ImportError: cannot import name 'StableDiffusionSafetyChecker' from 'diffusers.pipelines.stable_diffusion' (/home/tiger/anaconda3/lib/python3.9/site-packages/diffusers/pipelines/stable_diffusion/__init__.py)` ### Reproduction _No response_ ### Logs _No response_ ### System Info diffusers=0.9.0 python=3.9

bug

您好 我想请问下如何生成PAF的ground truth 在论文中,如何判断一个点是否在limb上,有一个参数是控制 垂直方向的距离的,但是没有明确说是多少。 我在你的这个函数`putVecMaps`里看到了一个阈值1 如果我理解不错的话`dist = np.absolute(ba_x * bc_y - ba_y * bc_x)`计算的是 垂直方向的距离。 那么阈值只有1个像素点不是会很小吗?还是我的理解有问题。 谢谢!!

Hello, I used the script to perform speaker diarization on a segment of audio, and the resulting content has relatively accurate timings and text. However, there were originally five people...