li-cheng12
li-cheng12
@pavan4 Could you give an example which converts tum dataset pose to the .cam file? I do not understand "The pixel aspect ratio is usually 1 or close to 1....
我也能遇到了类似的问题,我把return[0,1]改成我的类别列表后,报了这个错,RuntimeError: CUDA error: device-side assert triggered。去网上查了下,是说类别的数量必须在0到n_classes之间,但是n_classes(分类个数)不知道在什么地方设置。我的类别数量有4000+个,请问有遇到类似的问题吗
@ETCartman 没有转成label id,  并且当我换成cpu后,报了这个错。RuntimeError: Assertion `cur_target >= 0 && cur_target < n_classes' failed. at /pytorch/aten/src/THNN/generic/ClassNLLCriterion.c:93
@ETCartman convert_examples_to_features方法里的这个地方才是把label变成label id吧,getlabels方法返回的应该就是label吧? 
我已经解决了,多谢了,老哥 @ETCartman