Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DETR #2

Open
carlostojal opened this issue Aug 24, 2024 · 1 comment
Open

Implement DETR #2

carlostojal opened this issue Aug 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@carlostojal
Copy link
Owner

Implement the DETR (DEtection TRansformer) architecture.

@carlostojal carlostojal self-assigned this Aug 24, 2024
@carlostojal carlostojal added the enhancement New feature or request label Aug 24, 2024
@carlostojal
Copy link
Owner Author

carlostojal commented Aug 25, 2024

This is some work for this issue and an outline for future issues.

  • Implement configuration files (hyperparameters).
  • Implement the ResNet backbone.
  • Implement the transformer encoder and decoder.
  • Implement hyperparameter search using Optuna.
  • Implement the training script.
  • Implement a Jupyter notebook for interactive training and evaluation.
  • Implement quantization script.
  • Implement pruning script.
  • Implement ONNX exporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant