-
I'm trying to create a DIstraction Detector model for my college project using this model as a reference , I want to work on it.
So, first of all , this code requirements is working with python 3.8…
-
```
pip install git+https://github.com/onnx/onnx-tensorflow.git
onnx-tf convert -t tf -i ./faceboxes_feature_extractor.onnx -o ./faceboxes_feature_extractor_with_shapes.pb
```
```
/Users/my_use…
-
```
import paddle.fluid as fluid
from pyramidbox_test import PyramidBox
from paddle.fluid.framework import IrGraph
from paddle.fluid import core
from paddle.fluid.contrib.slim.quantization.quanti…
-
I was excited about the release of AugmentedFaces but I don't understand the limitation around it only supporting the front camera in Unreal? What limitations exist with the back camera that the fron…
-
After trying a couple of times, I find impossible to correctly compile the file _./build_cpu_nms.sh_. The error is:
```
cl : Command line error D8021 : **invalid numeric argument '/Wno-cpp'**
error…
-
Hi, OpenVINO guys, I learn a lot from your Pedestrain Trackor demo, however I wonder why some intel model can't be supported in this demo.
Such as person-detection-0203, person-detection-0106. Only p…
-
### Ticket Contents
## Description
Government schools in India often face challenges in accurately recording and monitoring teacher attendance, leading to inefficiencies in resource allocation and…
-
I'm trying to find out endpoints of model like is done here:
https://github.com/tf-coreml/tf-coreml/blob/master/examples/ssd_example.ipynb
Cause using default input/output node names produce error…
-
Hi ,
I am using the below code.
import torch
import torch.nn as nn
import torch.nn.functional as F
from pthflops import count_ops
import torchvision
class BasicConv2d(nn.Module):
…
-
## 🐛 Bug
Using torch.jit.trace with optimize=True shows no performance difference with optimize=False
The test model I used is resnet from torchvision. I modified it to run only the features ex…