Trans2Seg
Trans2Seg copied to clipboard
The download link in Google Drive for the Download of the trans10kv2 dataset is down. Could you repost a new one?
by input this command: ''' bash tools/dist_train.sh configs/trans10kv2/trans2seg/trans2seg_medium.yaml 2 ''' but I get error for : ''' Traceback (most recent call last): File "tools/train.py", line 296, in cfg.update_from_list(args.opts) File "/home/lthpc/Algo/xjw/Trans2Seg/segmentron/config/config.py",...
Does anyone knows how to use the demo?It always has a AssertionError when i use it. File "E:\python\Trans2Seg-master\segmentron\models\trans2seg.py", line 74, in forward cls_token, x = self.vit.forward_encoder(x) File "E:\python\Trans2Seg-master\segmentron\modules\transformer.py", line 224,...
# 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...
I couldn't find it. Could anyone provide a better demo?
Hi, I'm interested in your project and working on transparent object segmentation. Can you provide the pre-trained model? Thanks for your help!
显存会爆
用最小的模型trans2seg_small.yaml, 4块2080ti显卡,batch_size大小设置成1,显存还是会爆,跑这个模型最低的硬件的条件是什么?
Hi, Have been trying to run training (though on single GPU). -> bash tools/dist_train.sh configs/trans10kv2/trans2seg/trans2seg_medium.yaml 1 And below is error stack. Please can you help? Many thanks. + CONFIG=configs/trans10kv2/trans2seg/trans2seg_medium.yaml +...
Can you provide pretrained model
hello, thanks for sharing. I assume this repo is still undergoing significant clean-up? It looks like a lot of the code was moved from segmentron. But, deep clean-up seems necessary....