JSeg icon indicating copy to clipboard operation
JSeg copied to clipboard

JSeg is a Semantic segmentation toolbox based on MMSegmentation and Jittor

Results 4 JSeg issues
Sort by recently updated
recently updated
newest added

An error occurs when training the isaid dataset. The environment configuration and data set processing are performed according to your instructions: ![image](https://github.com/Jittor/JSeg/assets/82871602/9dbbc39c-1b44-4727-a3bb-3f20c39dab61)

## Prepare datasets It is recommended that you symlink the dataset to `JSeg/dataset`. > Here `dataset` should be `datasets`

Hello, I would like to ask if it is possible to split a 7*7 convolution kernel into (1*7) and (7*1) convolution kernels in 2D, how should I do it if...

Thanks for the work. Could you also add model complexity code such as the following: https://github.com/open-mmlab/mmsegmentation/blob/master/tools/get_flops.py Best, O.Moured