-
Hello,
Great Work !
is it simple to do the same thing for yolo pose estimation (keypoint detection) ?
-
The [build documentation](https://oneapi-src.github.io/oneDNN/dev_guide_build_options.html#onednn-enable-primitive-gpu-isa) claims that generic OpenCL kernels are always available. I wanted to verify …
nwnk updated
4 months ago
-
Hello! Thank you for a nice repository!
I have managed to get the basic optimization to work, i.e. i can convert models from FP32 to FP16 when the batch_size = 1. So for example, using:
opt_shap…
-
I see within inference.py...
```
# Model
if model is None:
self.model = Cnn14(sample_rate=32000, window_size=1024,
hop_size=320, mel_bins=64, fmin=50, fmax…
-
# Project Request
Automatic captioning of videos based on cooking by understanding the action behind the scene and providing Nutrtional information based on the ingredients used.
| Field | D…
-
It would be fantastic to have `criterion` (i.e., the function to measure the quality of a split) as a parameter of `RandomSurvivalForest`. I know that currently only [the log-rank splitting rule](http…
-
## official resnet50
* https://forums.developer.nvidia.com/t/jetson-agx-xavier-deep-learning-inference-benchmarks/67844
* https://developer.nvidia.com/embedded/jetson-agx-xavier-dl-inference-benchma…
-
I compare the LLM-view results with [TensorRT-LLM A100 performance provided by NVIDIA](https://nvidia.github.io/TensorRT-LLM/performance.html#id7)
We can see the estimated generation throughput is …
-
我训了两个图像分类网络(6分类网络和1000分类网络),骨架网络都是用的ResNet200_vd,我将这两个网络分别放在不同线程运行,
单独运行的时候都没问题,两个线程同时运行就会报错:
![图片](https://user-images.githubusercontent.com/57475881/95972808-785fab00-0e45-11eb-8f23-0c32a3829fc3.p…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…