hzxie / RMNet

The official implementation of "Efficient Regional Memory Network for Video Object Segmentation". (Xie et al., CVPR 2021)

Home Page:https://haozhexie.com/project/rmnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does the runner.py of RMNet do not train TinyFlowNet?

zhouweii234 opened this issue · comments

I notice that the runner.py only has the training process of RMNet but do not train TinyFlowNet, may I ask the training parameters TinyFlowNet?

You can train TinyFlowNet by editing the following line in config.py.

__C.TRAIN.NETWORK                                = 'TinyFlowNet'