Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ COPY requirements.txt .
RUN python3 -m pip install gdown torch torchvision torchaudio meson
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install --upgrade timm>=1.0.7
RUN CMAKE_ARGS="-DCMAKE_POLICY_VERSION_MINIMUM=3.5" python3 -m pip install git+https://github.com/facebookresearch/habitat-sim.git@v0.2.4
# #
# #
RUN git clone https://github.com/WongKinYiu/yolov7
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ cd OneMap/
python3 -m pip install gdown torch torchvision torchaudio meson
python3 -m pip install -r requirements.txt
```
NOTE: Fix to build habitat-sim:
```
CMAKE_ARGS="-DCMAKE_POLICY_VERSION_MINIMUM=3.5" python3 -m pip install git+https://github.com/facebookresearch/habitat-sim.git@v0.2.4
```
Manually install newer `timm` version:
```
python3 -m pip install --upgrade timm>=1.0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ salesforce-lavis
rerun-sdk
#timm>=1.0.7
git+https://github.com/facebookresearch/detectron2.git
git+https://github.com/facebookresearch/habitat-sim.git@v0.2.4
#git+https://github.com/facebookresearch/habitat-sim.git@v0.2.4
inference-gpu[yolo-world]
supervision
spock-config
Expand Down