-
We have provided at least one easy and clean Python demo for every model here in the zoo. As described in https://github.com/opencv/opencv_zoo/issues/132, Python demos sometimes can be too concise to …
-
Down below a show a relevant part of a simple notebook I have to fine-tune a BERT model using the transformers library:
```python
df = pd.read_csv("Puntuguese.csv")
train_df, test_df = train_test…
-
https://arxiv.org/abs/1709.03851
use localized area for attribute classification.
-
Overview
This proposal outlines the development of a cutting-edge open-source hybrid terrain recognition system that combines image-based terrain classification with sensor data (such as acceleromete…
-
- [ ] Hugging Face
- [x] Image Classification
- [ ] Text to Image
- [ ] Image to Image
- [ ] Text to Audio
- [ ] Audio to Text
-
Trying the first step [ tf_to_trt_image_classification/scripts/models_to_frozen_graphs.py](https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification/blob/master/scripts/models_to_frozen_graphs.p…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
### OS Platform and Distribution
M2 Mac
### MediaPipe Tasks SDK version
_No response_
### Tas…
-
# Action Plan
- [ ] #141
- [ ] #143
- [ ] Support more CV tasks: Image classification, Keypoint, Segmentation
- [ ] "Launcher" to select interesting combos of models/datasets to view with nrtk-…
-
Hi Nicholas,
Thanks for open-sourcing your code. I am using this method for point-cloud classification problem.
I wanted to know what classification head did you use in SHREC'11 dataset? The cu…
-
One of the main challenges LangChain.dart faces compared to its peers in other ecosystems is the lack of learning materials. The idea of this issue is to collect a list of articles, tutorials and idea…