ReddyTintaya

Results 22 comments of ReddyTintaya

@darcivieira Isn't easier to create a custom TokenClass? so get token will remain as it is, and then you just create a custom `for_user` method https://github.com/jazzband/djangorestframework-simplejwt/blob/1b2e20e48c05f0f2975c2fafbb12146cecc32882/rest_framework_simplejwt/tokens.py#L170

@PiotrWasak You can add the language to your code block, and it will look better 💡 ``` Just add this at the beginning of your code block after the back...

using the hog is slow for me, are you using it? or the cnn?, if you have a gpu with cuda using cnn makes it really fast. my options are:...

@sandipJava i mean even using your graphic card (GPU) the process could be slow, but there's other face detections methods. MTCNN Is a very fast one, faster than the cnn....

@sandip-narwade is not as accurate as CNN but never failed for me in production, have you seen the video?

@sandip-narwade Sure write me whenever you want :) but I check often this: [email protected]

@congphase mtcnn can detect small faces and its faster than cnn and you can pass that face for face recognition

5 Years later: This seems to work just fine https://pypi.org/project/mtcnn/

@sondrelg Yeah, that subsequent run uses setup-python to use the cache: ```yml steps: - uses: actions/checkout@v4 - name: Install poetry run: pipx install poetry - uses: actions/setup-python@v5 with: python-version: '3.9'...