Shunyu Yao

Results 5 comments of Shunyu Yao

我发现在Coordinator的构造函数里parent根本没有刷新,但是HScrollViewController进行了三次初始化,第一次初始化的时候就给parent.pagewidth原来的值赋值为0.0了,而后面再次初始化的时候Coordinator的对象已经建立不会改变了,而且同时makeUIViewController也是只调用了一次,后面可以通过改变parent的类型变成`var`变量,然后在updateUIViewController里加上`context.coordinator.parent = self`重新告诉它parent是谁,就可以解决

@fromlimbo Could you tell me more information , I just used my own dataset with 10 classes, but the accuracy is very low. The size of the dataset is 330,...

I just found that you only need to train more times. Now I got 82% for top1 and 100% for top5. And you can also use the better weight by...

@huanglai666 你可以参考openpose.py里面的内容,st-gcn的demo分析视频的时候先调用了openpose来分析,然后使用了openpose的json里面的数据

I can't find any parts of your KD method in this code, I wish you could update KD parts first.