neuralnet-tracker-traincode icon indicating copy to clipboard operation
neuralnet-tracker-traincode copied to clipboard

Training of machine learning models for the tracker

Results 1 neuralnet-tracker-traincode issues
Sort by recently updated
recently updated
newest added

When I try to run AFLW20003dEvaluation.ipynb, I got this error in cell[23] with the checkpoint file download from google drive, my code is: ```python modelfile = '/home/Projects/neuralnet-tracker-traincode-master/repro300wlp4.ckpt' net = trackertraincode.neuralnets.models.load_model(modelfile)...