Skip to content

v1.2.3

Mathias Réus requested to merge bbox_xyxy into master

mmdet detectors expect xyxy bbox, SYSU format is xywh. We changed that in the mmlab annotations generations.

Some minor changes:

  • The Docker build script clears the docker volume
  • Typo in comment in docker-compose.yml
  • Do not include .git folder when copying the current folder in container during building.

Merge request reports