MoonBunnyZZZ
MoonBunnyZZZ
扫码无法登陆
使用appimage,发现消息与手机不同步。推出重新扫码登录, 提示‘’Scan me!Network abnormal, please try again later“ @nashaofu
I add this line below in my code. `logger.add(sys.stdout, colorize=True, format="{time:YYYY-MM-DD :mm:ss} - {level} - {file} - {line} - {message}")` The same log output twice in terminal like: 2022-03-31 18:19:10.853...
Thank you for your amazing job! I compiled your modified caffe frame and use miniconda3 python to run setLayers.py. A KeyError got: Traceback (most recent call last): File "/home/moon/project/reference/paf/Realtime_Multi-Person_Pose_Estimation/training/setLayers.py", line...
It seems like that the network architicture in the code of SSR_Net.py is different from paper.For example only one pooling layer in every stream of stage 1 but two in...
The website is unavailable now
### 1. Issue or feature description My host nvidia driver version is 384.183. According to https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html, the cuda versin which I could use is 9.0. As a test, I run...
Thank you for your job very much! It's very cool and useful。 I run the demo/singleperson.py to test on a random picture.The result confuse me very much and I don't...
I use the same GPU: 3*1080Ti on server. But the training process doesn't finish in 12h. With num_train_samples: 25000,max_epoch: 1000,batchsize: 5, total_step_num is about 1666666( 25000* 1000 // (5 *...
I use the keras model to have a test on one jpg file,by 'python demo_image.py '.The processing takes 34 seconds.The jpg file is 500*500 pixels.May I consult you about how...
Is there official tutorial or document which is give more details than readme?