Files
aloha/detr
Tony Zhao 0f54d10d7f Change network architecture to have joints as ACT encoder input
- does not affect performance for position control
- not backward compatible: policies trained before this commit will not load because of additional params.
2023-04-14 11:50:27 -07:00
..
2023-02-23 16:56:49 -08:00
2023-02-23 16:56:49 -08:00
2023-02-23 16:56:49 -08:00
2023-02-23 16:56:49 -08:00

This part of the codebase is modified from DETR https://github.com/facebookresearch/detr under APACHE 2.0.

@article{Carion2020EndtoEndOD,
  title={End-to-End Object Detection with Transformers},
  author={Nicolas Carion and Francisco Massa and Gabriel Synnaeve and Nicolas Usunier and Alexander Kirillov and Sergey Zagoruyko},
  journal={ArXiv},
  year={2020},
  volume={abs/2005.12872}
}