Are there any missing files in the project?
Closed this issue · 3 comments
CHDXgh commented
When I reproduce, I always get an error that the corresponding file is missing, such as get_box_tensor.Hope to hear from you.
Zeba-Xie commented
可以给一下具体的报错信息吗?
CHDXgh commented
大概是 no module named get_box_tensor from .mmrotate.structures
Zeba-Xie commented
先确认是否按照/docs/en/get_started.md Step 2操作?
Step 2. Install MMRotate.
Case a: If you develop and run mmrotate directly, install it from source:
cd mmrotate
pip install -v -e .
# "-v" means verbose, or more output
# "-e" means installing a project in editable mode,
# thus any local modifications made to the code will take effect without reinstallation.