Tobias Baumgartner

Results 7 comments of Tobias Baumgartner

@Nick22ll you could try to save the model with a different signature. I haven't tested this, but it might be a step in the right direction. lmk! ``` import tensorflow...

I run experiments on an RTX3090 and timed the following from a video with 1 person running on a treadmill (1000 frames = 33s) Just like in [issue #25](https://github.com/isarandi/metrabs/issues/25), here...

@isarandi thanks for the great pointers! My current approach is to build the backbone model (`effnet-l`) using your original training code and then copying over the trained model weights from...

Hey @gao123qiang , if I understand correctly, the backbones of the overall models are trained on 256x256 patches. Since they are not fully convolutional nets, they therefore depend on the...

I finally have a working version of my approach. I had to perform some major surgery on the provided models, but I confirmed, that the results stay approximately the same,...

Hey @Basti110 , unfortunately I cannot tell what the error might be here. could you try to run the nvidia inference engine with their models to pinpoint whether the problem...

Thanks for testing my implementation :)