Results 8 comments of weilanhanf

you may need to change your dataset_path after pertreatment

> 你好,请问gaitset里训练出的参数的含义是什么full_loss_metric, hard_loss_metric, mean_dist, full_loss_num ,非常感谢 请问你知道了吗 可以解释下吗

> > 您好,可以基于model.model.Model.transform()进行修改。加载模型参数可以基于model.model.Model.load()修改 > > 好的,多谢,感觉Model类也要修改下,train_source和test_source还是要在初始化的时候提供 > > 您好,请问您实现了抽出模型吗?想跟您请教一下如何修改,谢谢 同问 谢谢

感觉是不是直接把ClearConn()里边加的写锁去掉就行了 因为ClearConn()方法是服务器调用关闭只有一次不存在并发问题,并且删除map中的每一个connection也就是实际调用Remove()的时候,Remove内部会加写锁避免了链接并发问题。

关键点骨架的属于基于模型的,目前做得不太多

After I finished my environment and put the weights file into the weights dir following your guide,the error "ModuleNotFoundError: No module named 'res_net_use_this'" occured when I ran the test.py. How...

I met the same problem!I think the angles list in the line #28 of generate.py should remove '090', because the code of generate.py needn't generate the image of '090'angle. In...