[c128d9]: / .github / workflows / 1804.06812.yml

Download this file

31 lines (27 with data), 746 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: 1804.06812
on:
push:
branches: [master, dev]
jobs:
Train:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Generate data files
run: |
python dataset-generation-pool.py
working-directory: ./scripts
- name: Generate 2D annotation files
run: |
python annotation-generation-2d.py
working-directory: ./scripts
- name: Running training
run: |
python train.py --config configs/training/1804.06812.json