-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
32 lines (31 loc) · 863 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ------------------------------------------------------------------------
# PowerBEV
# Copyright (c) 2023 Peizheng Li. All Rights Reserved.
# ------------------------------------------------------------------------
# Modified from FIERY (https://github.com/wayveai/fiery)
# Copyright (c) 2021 Wayve Technologies Limited. All Rights Reserved.
# ------------------------------------------------------------------------
name: powerbev
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.7.10
- pytorch
- torchvision=0.8.1
- cudatoolkit=10.1
- numpy=1.19.2
- scipy=1.5.2
- pillow=8.0.1
- tqdm=4.50.2
- pytorch-lightning=1.2.5
- efficientnet-pytorch=0.7.0
- fvcore=0.1.2.post20201122
- pip=21.0.1
- pip:
- nuscenes-devkit==1.1.0
- lyft-dataset-sdk==0.0.8
- opencv-python==4.5.1.48
- moviepy==1.0.3
- thop==0.1.1-2209072238