Jade Choghari
006d9249ec
Adding RT-DETRv2 for object detection (#34773)
* cookiecutter add rtdetrv2
* make modular working
* working modelgit add .
* working modelgit add .
* finalize moduar inheritence
* finalize moduar inheritence
* Update src/transformers/models/rtdetrv2/modular_rtdetrv2.py
Co-authored-by: Cyril Vallez <cyril.vallez@gmail.com>
* update modular and add rename
* remove output ckpt
* define loss_kwargs
* fix CamelCase naming
* fix naming + files
* fix modular and convert file
* additional changes
* fix modular
* fix import error (switch to lazy)
* fix autobackbone
* make style
* add
* update testing
* fix loss
* remove old folder
* fix testing for v2
* update docstring
* fix docstring
* add resnetv2 (with modular bug to fix)
* remove resnetv2 backbone
* fix changes
* small fixes
* remove rtdetrv2resnetconfig
* add rtdetrv2 name to convert
* make style
* Update docs/source/en/model_doc/rt_detr_v2.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
* Update src/transformers/models/rt_detr_v2/modular_rt_detr_v2.py
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
* Update src/transformers/models/rt_detr_v2/modular_rt_detr_v2.py
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
* fix modular typo after review
* add reviewed changes
* add final review changes
* Update docs/source/en/model_doc/rt_detr_v2.md
Co-authored-by: Cyril Vallez <cyril.vallez@gmail.com>
* Update src/transformers/models/rt_detr_v2/__init__.py
Co-authored-by: Cyril Vallez <cyril.vallez@gmail.com>
* Update src/transformers/models/rt_detr_v2/convert_rt_detr_v2_weights_to_hf.py
Co-authored-by: Cyril Vallez <cyril.vallez@gmail.com>
* add review changes
* remove rtdetrv2 resnet
* removing this weird project change
* change ckpt name from jadechoghari to author
* implement review and update testing
* update naming and remove wrong ckpt
* name
* make fix-copies
* Fix RT-DETR loss
* Add resources, fix name
* Fix repo in docs
* Fix table name
---------
Co-authored-by: jadechoghari <jadechoghari@users.noreply.huggingface.co>
Co-authored-by: Cyril Vallez <cyril.vallez@gmail.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: qubvel <qubvel@gmail.com>
2025-02-06 19:28:45 +00:00
..
2024-12-20 12:08:12 +01:00
2025-02-05 08:19:31 -08:00
2025-02-06 19:28:45 +00:00
2025-02-05 08:21:20 -08:00
2025-01-26 15:26:38 -08:00
2024-11-28 16:04:05 +01:00
2024-05-28 18:29:22 +02:00
2025-02-06 19:28:45 +00:00
2024-09-09 10:47:24 +02:00
2024-09-27 17:15:13 +02:00
2024-12-20 09:22:44 -08:00
2025-01-26 15:26:38 -08:00
2024-12-02 15:26:34 +00:00
2024-02-08 14:13:35 -08:00
2024-12-04 09:18:44 -08:00
2024-09-09 10:47:24 +02:00
2024-04-01 18:47:32 -07:00
2025-01-26 15:26:38 -08:00
2024-09-09 10:47:24 +02:00
2022-04-04 10:25:46 -04:00
2024-07-23 17:47:51 +01:00
2024-06-06 22:02:38 +01:00
2024-08-26 13:15:43 +02:00
2025-02-05 08:19:31 -08:00
2025-02-05 08:19:31 -08:00
2023-06-20 18:07:47 -04:00
2025-01-02 11:29:46 +01:00
2025-01-26 15:26:38 -08:00
2025-01-03 14:50:07 +01:00
2024-07-08 11:52:47 +01:00
2024-10-07 10:08:20 +02:00
2024-10-02 14:08:46 +01:00
2025-02-06 19:28:45 +00:00
2025-01-27 08:49:28 -08:00
2025-02-05 08:22:33 -08:00
2025-01-06 08:54:31 -08:00
2024-11-27 07:47:28 -08:00
2025-02-05 08:20:02 -08:00
2024-09-24 03:40:56 -06:00
2024-11-11 07:09:31 -08:00
2024-03-23 18:29:39 -07:00
2025-01-21 17:53:30 +01:00
2024-02-16 08:16:58 +01:00
2022-04-04 10:25:46 -04:00
2024-09-09 10:47:24 +02:00
2024-09-09 10:47:24 +02:00
2024-09-09 10:47:24 +02:00
2024-12-04 09:18:44 -08:00
2024-12-17 09:33:50 -08:00
2025-01-31 11:28:13 -05:00
2024-12-03 10:53:45 -08:00
2024-11-26 09:23:44 -08:00
2024-11-26 09:23:44 -08:00
2025-02-05 08:19:31 -08:00
2025-02-04 11:01:49 +01:00
2024-02-16 08:16:58 +01:00
2024-09-09 10:47:24 +02:00
2024-11-18 19:51:49 +01:00
2024-11-26 09:23:34 -08:00
2023-11-06 19:45:03 +00:00
2024-12-04 09:18:44 -08:00
2024-02-16 08:16:58 +01:00
2024-09-09 10:47:24 +02:00
2024-09-09 10:47:24 +02:00
2025-01-22 14:32:27 +00:00
2024-09-12 10:16:12 -07:00
2024-09-09 10:47:24 +02:00
2024-09-09 10:47:24 +02:00
2025-01-26 15:26:38 -08:00
2024-11-18 18:42:28 +00:00
2024-11-18 09:59:11 -08:00
2024-07-29 10:50:43 +01:00
2024-02-16 08:16:58 +01:00
2024-11-25 18:44:09 +01:00
2024-06-03 16:52:23 -07:00
2024-09-09 10:47:24 +02:00
2025-02-06 10:54:22 -08:00
2024-12-04 09:18:44 -08:00
2024-02-16 08:16:58 +01:00