mirror of https://github.com/FoundationVision/GLEE
updata README
parent
7a021a077b
commit
68c003f61f
|
@ -7,7 +7,7 @@ We test the codes in the following environments, other versions may also be comp
|
||||||
- Pytorch 2.1.0
|
- Pytorch 2.1.0
|
||||||
- Torchvison 0.16.0
|
- Torchvison 0.16.0
|
||||||
|
|
||||||
## Install environment for UNINEXT
|
## Install environment for GLEE
|
||||||
|
|
||||||
```
|
```
|
||||||
pip3 install shapely==1.7.1
|
pip3 install shapely==1.7.1
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 636 KiB After Width: | Height: | Size: 802 KiB |
|
@ -380,7 +380,7 @@ class GLEE(nn.Module):
|
||||||
self.inference_rvos(batched_inputs, prompt_list, task)
|
self.inference_rvos(batched_inputs, prompt_list, task)
|
||||||
return
|
return
|
||||||
elif task in ['ytbvos']:
|
elif task in ['ytbvos']:
|
||||||
self.inference_ytbvos_uninext(batched_inputs, prompt_list, task)
|
self.inference_ytbvos(batched_inputs, prompt_list, task)
|
||||||
elif task in ['omnilabel']:
|
elif task in ['omnilabel']:
|
||||||
return self.omnilabel_inference(batched_inputs, task)
|
return self.omnilabel_inference(batched_inputs, task)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue