Ren Weipeng

Results 2 issues of Ren Weipeng

代码train.py中第125行代码中comput_loss应该为compute_loss,作者应该是误删了。 state = {'network': network.state_dict(), 'network_ema': ema.shadow, 'optimizer': optimizer.state_dict(), 'W': comput_loss.W,'epoch': args.start_epoch + epoch}

Hello author, when I ran the MBPTrack3D project in the conda environment of the CXTrack3D project, the following problem occurred, but I think the environments of the two projects should...