Zhyever commited on
Commit
cc50525
1 Parent(s): 3def6b1

update requirements

Browse files
Files changed (2) hide show
  1. estimator/__init__.py +6 -6
  2. requirements.txt +2 -1
estimator/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
- from .datasets import *
2
- from .models import *
3
- from .registry import *
4
- from .trainer import *
5
- from .utils import *
6
- from .tester import *
 
1
+ # from .datasets import *
2
+ # from .models import *
3
+ # from .registry import *
4
+ # from .trainer import *
5
+ # from .utils import *
6
+ # from .tester import *
requirements.txt CHANGED
@@ -4,4 +4,5 @@ gradio==4.14.0
4
  torch
5
  torchvision
6
  opencv-python
7
- huggingface_hub
 
 
4
  torch
5
  torchvision
6
  opencv-python
7
+ huggingface_hub
8
+ mmengine==0.10.2