opencv/modules/java/generator
Abduragim Shtanchaev 88f05e49be
Merge pull request #25868 from Abdurrahheem:ash/add-gpt2-sample
Add sample for GPT2 inference #25868

### Pull Request Readiness Checklist

This PR adds sample for inferencing GPT-2 model. More specificly implementation of GPT-2 from [this repository](https://github.com/karpathy/build-nanogpt). Currently inference in OpenCV is only possible to do with fixed window size due to not supported dynamic shapes. 

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-07-18 16:47:12 +03:00
..
android/java/org/opencv/android Merge branch 4.x 2024-01-23 17:06:52 +03:00
android-21/java/org/opencv/android Merge pull request #24869 from alexlyulkov:al/android-camera-view-rotate 2024-01-17 21:35:35 +03:00
android-24/java/org/opencv/android Merge pull request #24869 from alexlyulkov:al/android-camera-view-rotate 2024-01-17 21:35:35 +03:00
src Merge pull request #25868 from Abdurrahheem:ash/add-gpt2-sample 2024-07-18 16:47:12 +03:00
templates calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
CMakeLists.txt fixes for old CMake (2.8.12.2) 2018-01-13 02:12:39 +00:00
gen_java.py Merge branch 4.x 2024-01-23 17:06:52 +03:00