Skip to content

pgxiao/dl_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

1. Clone the repositories

$ git clone https://github.com/pdollar/coco.git
$ cd coco/PythonAPI/
$ module load bwpy/2.0.0-pre1; module load cudatoolkit
$ make
$ python setup.py build
$ python setup.py install
$ cd ../../


#### 2. Preprocessing

```bash
$ python build_vocab.py   
$ python resize.py
$ python resize_val.py

3. Train the model

$ python train.py    

4. Test the model

$ python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages