darkAlert
darkAlert
I run `./getData.sh 171026_pose2` and download some data: **hdVideos** contains 31 files **vgaVideos** contains only 1 file (vga_01_01.mp4) **calibration_171026_pose2.json** **hdFace3d.tar** **hdHand3d.tar** **hdPose3d_stage1_coco19.tar** but next I get an error: ``` --2019-10-23...
There seems to be something wrong with the pretrained weights for "osnet_ain_x1_0". Recently the following code started causing an error: ``` model = torchreid.models.build_model( name="osnet_ain_x1_0", num_classes=100, loss="softmax", pretrained=True ) ```...