-
i am facing problems, when i am trying to Convert the TensorFlow/Keras model to a .pb file. I am using Jypiter Notebook to perform the task, but the file is not generated in the specified path. Am i d…
-
## Description
When trying to load an ONNX model from samples using following code, I get TypeError: pybind11::init(): factory function returned nullptr.
The following is a script (newfile3.py) …
-
Hello,
First of all I am beginner in this field and thanks in advance.
I have just tried the same code you provided but, the picture I am getting as an output is the same is the input. there are n…
-
In net/yolo/data.py and net/yolov2/data.py, when you calculate placeholder values, you will overwrite previous boxes.
Specially
for obj in allobj:
probs[obj[5], :] = [0.] * C
prob…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.12.0
### Custom code
No
### OS platform and distribution
Android 13…
-
hello! thanks for the libraries, i'd be stuffed if i tried doing any of this without them! i am trying to train coco to recognize a new single class, so i made a dataset with polygon annotations and s…
-
I'm trying to train a classifier model using darknet, and I followed this [tutorial](https://pjreddie.com/darknet/imagenet/), and my training command is like this:
`./darknet classifier train cfg/my_…
-
@AlexeyAB
Great work! Thank you very much for sharing the code.
I have a three questions about your implementation.
- Did you implement the same "Convolutional LSTM" proposed in the following d…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Need to play with precision config for fixed point representation as well as fixing pooling issues