File size: 895 Bytes
12fa055 |
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 |
# Core ML/DL libraries torch>=2.0.0 torchvision>=0.15.0 transformers>=4.30.0 diffusers>=0.21.0 # SAM 2 and related segment-anything-2>=0.1.0 groundingdino-py>=0.4.0 ultralytics>=8.0.0 # Computer Vision opencv-python>=4.8.0 Pillow>=10.0.0 albumentations>=1.3.0 kornia>=0.6.0 # Data processing numpy>=1.24.0 pandas>=2.0.0 scipy>=1.10.0 scikit-learn>=1.3.0 scikit-image>=0.21.0 # Visualization matplotlib>=3.7.0 seaborn>=0.12.0 plotly>=5.15.0 wandb>=0.15.0 # Jupyter and notebooks jupyter>=1.0.0 ipywidgets>=8.0.0 # Utilities tqdm>=4.65.0 pyyaml>=6.0 click>=8.1.0 rich>=13.0.0 # Domain-specific rasterio>=1.3.0 # Satellite imagery fiona>=1.9.0 # Geospatial data geopandas>=0.13.0 # Geospatial analysis # Evaluation metrics pycocotools>=2.0.6 timm>=0.9.0 # Optional: GPU acceleration # cupy-cuda11x>=12.0.0 # Uncomment for CUDA 11.x # cupy-cuda12x>=12.0.0 # Uncomment for CUDA 12.x |