-
### Project Information
The objective of the project is to predict the captions for the input image. The dataset consists of 8k images and 5 captions for each image. The features are extracted from b…
-
# Issue: Nghiên cứu về các thuật toán mô tả ảnh - Image Captioning
## Mô tả
Nghiên cứu các phương pháp và thuật toán tiên tiến trong Image Captioning nhằm xây dựng hệ thống tự động tạo chú thích c…
-
can you please explain about CNN and the number of filters? is it max over pooling layer?
-
Thank you for your great work. I have some questions.
When using LSeg with the speedup option, the dimension of gaussians._semantic_feature is 128. I want to keep the speedup while ensuring that ga…
-
### Automated Image Colorization Using Deep Learning
#### **Description:**
This project aims to develop an **automated image colorization model** that can take black-and-white images and transform…
-
## タイトル: 山火事検知における転移学習とカスタム構築のVGGおよびCNN-SVMモデルの包括的比較分析
## リンク: https://arxiv.org/abs/2411.08171
## 概要:
最新のAI・機械学習研究では、転移学習が様々な分野でのモデル性能向上に革新的な可能性を示しており、重要な役割を担っています。本論文では、山火事検出における転移学習の効率性と有効性について…
-
-
Hi, can you share best practices for quantization for CNN models?
Are the modelopt quantized PTQ is the way to go with tensorrt for cnn models (resnet retinanet etc)? I was able to quantize retinanet…
-
Using the System.Linq.Async NuGet Package.
```
var query = "SELECT * FROM table";
var cnn = ...
var firstRecord = await cnn.QueryUnbufferedAsync(query).FirstAsync();
cnn.close();
```
If "table" has…
-
when i make ncnn, it views as following
And i try to run a ncnn demo, there is no out value with shape [0,0,0]
```
Scanning dependencies of target mxnet2ncnn
Scanning dependencies of target gene…