-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
65 lines (53 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
channels:
- conda-forge
- defaults
- pytorch
- nvidia
dependencies:
- python>=3.11,<3.12
# Images manipulation
- gdal
- shapely
- tifffile
# Point clouds manipulation
- pdal
- python-pdal
# Pytorch
- pytorch>=2.3.0
- torchvision>=0.18.0
- pytorch-cuda>=11.8
# Deep Learning
- scipy>=1.4.1
- ultralytics
- albumentations
# Jupyter notebook
- ipykernel
- ipywidgets
# Others
- numpy>=1.18.5
- matplotlib
- opencv>=4.1.2
- addict>=2.4.0
- tensorboard>=2.7.0
- pycocotools>=2.0
- onnx>=1.10.0 # ONNX export
- cmake
- geojson
# Downloading files
- requests
- segment-geospatial # Useless?
- leafmap # Useless?
# Speed test
- snakeviz
- h5py
- netCDF4
- pip
- pip:
# TODO: use the real tqdm package when this PR https://github.com/tqdm/tqdm/pull/1504 will be finally accepted
- vscode-tqdm
- laspy[lazrs,laszip]
- pyyaml>=5.3.1 # Useless?
# Gold-YOLO
- onnxsim>=0.3.6 # ONNX simplifier
- thop # FLOPs computation
- mmcv==1.5.0