jwjuven
Results
2
comments of
jwjuven
Hi, juliandewit The coordinate x,y,z and d are the Decimal format, which are smaller than 1.0, could you explain how to resize these? I saw these coordinates in annotations.csv of...
Under Pytorch 1.x+, you should use the following codes: def test(data_loader, net, get_pbb, save_dir, config): ... use_cuda = torch.cuda.is_available() device = torch.device("cuda" if use_cuda else "cpu") .. for i_name, (data,...