12 lines
366 B
Bash
12 lines
366 B
Bash
#!/usr/bin/env bash
|
|
# --------------------------------------------------------
|
|
# InternImage
|
|
# Copyright (c) 2022 OpenGVLab
|
|
# Licensed under The MIT License [see LICENSE for details]
|
|
# --------------------------------------------------------
|
|
|
|
# Copied from
|
|
# https://github.com/OpenGVLab/InternImage/blob/master/classification/models/
|
|
|
|
python setup.py build install
|