TapLab icon indicating copy to clipboard operation
TapLab copied to clipboard

How to train the network.

Open Serenos opened this issue 4 years ago • 1 comments

Thanks for releasing your code! Can you show more about how to train the network?

Serenos avatar Mar 08 '21 01:03 Serenos

Thank you for your raising the problem. As mentioned in the paper, TapLab focuses on the design of acceleration modules, which is independent from the training process. For the training part, you can train the per-frame model using any exsiting script(e.g. TorchSeg), and then load the trained model in the inference script.

Sixkplus avatar Mar 08 '21 01:03 Sixkplus