Skip to content

luben3485/FSOD-gui

Repository files navigation

FSOD

Installation

create soft link for dataset

../FSOD$ mkdir data
../FSOD/data$ ln -s <PATH_OF_DATASET> <NAME_OF_DATASET>

find detailed description in https://github.com/rbgirshick/py-faster-rcnn#beyond-the-demo-installation-for-training-and-testing-models

install conda packages

befor the installation, make sure your cuda version is 10.0

conda env create -f env.yml

install coco api

$ git clone https://github.com/pdollar/coco.git
$ cd ../coco/PythonAPI
$ make
$ make install
$ cd ../FSOD/lib
../FSOD/lib$ mv <PATH_TO_FRESH_GIT_CLONE>/coco/PythonAPI/pycocotools .

install _C related packages

$ cd ../FSOD/lib
$ python setup.py build develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published