shinseung428 / pix2seq-pytorch

Implementation of Pix2Seq in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pix2seq-pytorch

Implementation of Pix2Seq paper

Dataset

Download first coco2017 dataset and put it under dataset folder.

- dataset
  - annotations
    - instances_train2017.json
    - instances_val2017.json
  - train2017
    - 000000000000.jpg
    - ...
  - val2017

Train

LOCAL

python train.py --config configs/pix2seq.yaml

About

Implementation of Pix2Seq in PyTorch


Languages

Language:Python 100.0%