Skip to content

Commit

Permalink
(DEPS) Remove mmcv
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqinyeow committed Nov 2, 2023
1 parent 0a405fc commit 19355b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions demo.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# from rtm import RTM

# import sys
# from pathlib import Path
import sys
from pathlib import Path

# FILE = Path(__file__).resolve()
# ROOT = FILE.parents[0] / "src"
# sys.path.append(str(ROOT))
FILE = Path(__file__).resolve()
ROOT = FILE.parents[0] / "src"
sys.path.append(str(ROOT))

from juxtapose import RTM

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
'mmengine==0.9.0',
'mmdet==3.2.0',
'mmpose==1.2.0',
'mmcv==2.0.0',
# 'mmcv==2.1.0; sys_platform == "darwin"',
'torch==2.0.1',
'onnxruntime-gpu==1.15.1 ; sys_platform == "win32"',
]
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ yapf
timm
supervision
pycocotools
ultralytics
mmengine==0.9.0
mmdet==3.2.0
mmpose==1.2.0
mmcv==2.0.0
# mmcv==2.0.0 ; sys_platform == "linux"
# mmcv==2.1.0; sys_platform == "darwin"
torch==2.0.1
onnxruntime-gpu==1.15.1 ; sys_platform == 'win32'
onnxruntime-gpu==1.15.1 ; sys_platform == "win32"

# tapnet
# chex
Expand Down

0 comments on commit 19355b0

Please sign in to comment.