ViTAE-Transformer / MTP

The official repo for [JSTARS'24] "MTP: Advancing Remote Sensing Foundation Model via Multi-Task Pretraining"
MIT License
155 stars 8 forks source link

Environment setting Question.. #11

Closed chartgod closed 4 months ago

chartgod commented 4 months ago

Hello, I'm a beginner with OpenMMLab.

I have cloned the MMEngine, MMPretrain, MMSegmentation, MMDetection, and MMRotate repositories and saved them into the MTP folder.

To install the correct version for my environment, should I use a pip command like pip install MMEngine==0.8.4? Or is there a way to set the version directly from within the repository? I'm curious to know.

DotWang commented 4 months ago

@chartgod you can refer to this: https://mmsegmentation.readthedocs.io/en/latest/get_started.html

chartgod commented 4 months ago

Thx