Jittor / JSeg

JSeg is a Semantic segmentation toolbox based on MMSegmentation and Jittor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSeg trained model for demo.py

ramsever opened this issue · comments

Is it possible for you to provide a trained model for the demo in JSeg:
ckp_file = 'work_dirs/fcn_r50-d8_512x1024_cityscapes_80k/checkpoints/ckpt_80000.pkl'
Thank you very much for your help!

You can use the trained model of segnext in the demo.

Thanks