Leander

Results 2 issues of Leander

``` import tensorwatch as tw import torchvision.models alexnet_model = torchvision.models.alexnet() tw.draw_model(alexnet_model, [1, 3, 224, 224]) ``` **--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 alexnet_model = torchvision.models.alexnet() ----> 2...

1. the *.npy files(like MOT17-01.npy) in the wrap_mat fold are used in the training process. Is there any file to create these npy files? ![image](https://user-images.githubusercontent.com/38709246/171813930-93278827-af08-4f5c-81cd-371311cb1cfa.png) 2. Are tools/generate_detections.py and tools/generate_gtnpy.py...