#!/usr/bin/env bash

# pip install -U openmim
# mim install mmcv-full==1.5.0

pip install -r requirements/build.txt

pip install -v -e . #Or  python setup develop



cd ./mmdet/ops/pairwise #compile for the opeartion using in boxinst
python setup.py build develop 

cd ./mmdet/ops/tree_filter/ #compile for the opeartion using in boxlevelset
python setup.py build develop


