Skip to content

Files

Latest commit

 

History

History
13 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 367 Bytes

DETR-TF

This is an unofficial implementation of DETR (End-to-End Object Detection with Transformers).

Requirements

(TODO : requirements.txt and Dockerfile for the image of fixed environment.)

  • python >= 3.6
  • tensorflow >= 2.2

Training

(TODO : usage of arguments)

Evaluation

(TODO : shell command for evluation)