AIgiraffe
AIgiraffe
parser.add_argument('--preprocessed_dir', type=str...., ) all_tracks = get_track_dict(Path(args.preprocessed_dir), Path(args.net_weights)) ##the all_tracks nedds args.preprocessed_dir, but it is preprocessed_sequences in parser. so this makes a error is 'Namespace' object has no attribute 'preprocessed_dir'
I want to know how to convert the model weight to onnx model,can you help me?thanks
the code of https://github.com/CaoWGG/TensorRT-YOLOv4 can`t converts the yolo-fastest to onnx model. typeerror: buffer is too small for requested array