TopFormer icon indicating copy to clipboard operation
TopFormer copied to clipboard

TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation, CVPR2022

Results 27 TopFormer issues
Sort by recently updated
recently updated
newest added

Hi, there I am wondering if you have tested the result on cityscapes dataset, and how is the result? Thank you

I am trying to use this with a custom dataset lib/python3.7/site-packages/mmcv/utils/registry.py", line 62, in build_from_cfg f'{obj_type} is not in the {registry.name} registry') KeyError: 'Topformer is not in the models registry'...

(deformable_detr) root@workspace:/dfs/data/code_python/detection_2d/mmdetection# CUDA_VISIBLE_DEVICES=1 tools/dist_train.sh configs/deformable_detr/deformable_detr_r50_16x2_50e_coco.py 1 Traceback (most recent call last): File "tools/train.py", line 244, in main() File "tools/train.py", line 172, in main init_dist(args.launcher, **cfg.dist_params) File "/dfs/data/anaconda/envs/deformable_detr/lib/python3.8/site-packages/mmcv/utils/config.py", line 507, in...

能否提供将模型部署到Android手机上的示例工程(指Android工程)及具体步骤?

I want to train on 1 gpu without using distributed training, so i ran > python tools/train.py local_configs/topformer/topformer_small_512x512_160k_2x8_ade20k.py 1 --work-dir runs/ and added ``` import sys sys.path.append("/home/xx/TopFormer-main") ``` to train.py...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...