-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
paddledetection导出onnx模型时,怎么注销模型的后处理部分?因为这会导致我的n…
-
hello everyone
Please help me
I'm a beginner.
Please let me know if any files are missing.
I'll add them.
**Checklist**
- [x] The issue exists after disabling all extensions
- [x] The issu…
-
once i get "you don't have state dict", i can't generate an image with the sd model that is set, even if i complete the state dict, due to "'NoneType' object has no attribute 'sd_checkpoint_info'"
on…
-
I've build a Haar Cascade and converted the cascade to a .cascade file using [cascade_convert.py](https://github.com/openmv/openmv/blob/master/ml/haarcascade/cascade_convert.py). When I try to load th…
Feiko updated
3 years ago
-
When I used the latest SDK to cooperate with IDE development, I wrote the SDK path to the localDependency of the kendryte-package of the project directory, added the relevant header file path …
-
Two images are saved : one with a blur background and one with a checker background, none with a transparent background. :(
I tried several models, 1.5 and XL.
Example:
![20240918233131-3203883256-…
-
Hello everyone,
In my experience, uDetailer is an essential tool, even more so than aDetailer.
However, there's a major issue...
Every time I install this extension:
https://github.com/wkpark/udde…
-
Tested setting `sd_checkpoints_keep_in_cpu: false, sd_checkpoints_limit: 3, sd_checkpoint_cache: 3`. Nothing worked. Every request for a new model is long.
-
这是我的模型架构
```python
import torch
import torch.nn as nn
import onnx
import os
class CharacterClassifier(nn.Module):
def __init__(self):
super(CharacterClassifier, self).__init__(…
-
---
## 用户反馈
### 环境信息
- **Python 版本**: Python 3.10.14
- **芯片**: k210
- **nncase 版本**: 1.9
### 使用代码
```python
import nncase
import numpy as np
def main():
# 模型文件路径
onnx_m…