-
Hi ! First thanks for the continuous update you are making on your repo, it's amazing. I'm working on a project on which i would like to be able to detect only one class of object but at a high speed …
-
elif m in [C2fPruned]:
#model.4和6的cf2为n=2层数更多需要注意规则
if named_m_base == 'model.4' or named_m_base == 'model.6':
args_list=[]
for q in range(n…
-
作者大大,我想试着在yolov5结构的head和backbone里加入一些小的优化结构,在稀疏训练后,进行prune.py的时候报了错,按照错误修改yolo.py时遇见一些问题,请问作者大大def parse_pruned_model应该怎么修改呢?拜托作者大大了,请指教一下应该怎么修改和修改的思路!万分感谢!
![Uploading image.png…]()
commom.py中Con…
-
detect input : ['model.0.conv.bn', 'model.1.bn', 'model.2.cv3.bn', 'model.3.bn', 'model.4.cv3.bn', 'model.5.bn', 'model.6.cv3.bn', 'model.7.bn', 'model.8.cv2.bn', 'model.9.cv3.bn', 'model.10.bn', 'mo…
-
When I tried to prune yolov8m-pose.pt by using yolov8_pruning.py, I encountered a bug:
Traceback (most recent call last):
File "/home/huangjun/ultralytics/yolov8_pruning.py", line 390, in
pr…
J0eky updated
11 months ago
-
Hello. Thank you for sharing your awesome research.
I am trying to train the coco2017 dataset on yolov3-spp.
But the error came out:
**File "C:\Users\Pruned-OpenVINO-YOLO\Pruneyolov3v4\utils\da…
-
img_size = 416
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model = YoloBody(num_classes, phi)
model.load_state_dict(torch.load(weights, map_locatio…
-
Can you help me in converting the tiny-yolov3 model to .Tflite to run it on android? Please let me know if you have any leads for me.
-
Hi @AlexeyAB
I have trained yolov3 model using 36 classes. Without reference darknet53.conv.74
Model gives best accuracy for both detection and recognition. But the model size is too big. Approx.…
-
"[Object detection at 200 Frames Per Second] (https://arxiv.org/pdf/1805.06361.pdf)" In this paper, you can see a significant improvement in the performance of "tiny-yolov2".
Is there a way to use th…