models
models copied to clipboard
Models and examples built with TensorFlow
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [* ] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
## Description I'm encountering compatibility issues with the ResNet implementation in Model Zoo when using TensorFlow 2.5. ## Environment - TensorFlow version: 2.5 - Models repository version: (latest as of...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
def build_classifier(batch_size, num_frames, backbone, resolution, num_classes): # --- Video input --- video_input = layers.Input(shape=(num_frames, resolution, resolution, 3), batch_size=batch_size, name='video_input') # Feature extraction from MoViNet backbone def extract_video_features(x): endpoints = backbone(x,...
Hi everyone. I'm trying to develop an app to process sign language using React Native, Expo and @mediapipe/handpose, but the performance I get is too slow for what we need....
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x...
I received the following error trying to build docker image (building on Fedora 41) ``` git clone https://github.com/tensorflow/models.git docker build -f research/object_detection/dockerfiles/tf2/Dockerfile -t od . ``` ``` 1594.1 Building wheel...
Bumps [eazy-logger](https://github.com/shakyshane/easy-logger) from 4.0.1 to 4.1.0. Commits a2e0ddc 4.1.0 5a4da5d Merge branch 'L-four-master' a8baa6f Reslove CVE-2024-57075 with and add a test. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...