-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Export
### Bug
**main …
-
Hi,
I have a trained model in PPO2 that I can't load and use. Ultimately I would like to be able to load it with Tensorflow 2, but I can't even get it to work with Tensorflow 1.
I have created …
-
I'm using the latest version of `tfjs-node` on npm:
```json
{
"peerDependencies": {
"@tensorflow/tfjs-core": "^2.4.0"
},
"dependencies": {
"@tensorflow/tfjs-converter": "^2.4.0…
-
I get this error when trying to run `python ./virtual_webcam.py`
```
No module named 'numpy.core._multiarray_umath'
```
more specifically
```
❯ python ./virtual_webcam.py
2022-12-12 11:14:3…
-
### 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…
-
Regarding: https://github.com/justadudewhohacks/tfjs-tiny-yolov2#training-your-own-object-detector
Hi! Thanks for putting this together. I wanted to see if I was able to train a custom model given …
-
Hi, I'm creating a project in nestjs and I want to use its library, but when I install
npm install @tensorflow/tfjs-node
npm install @vladmandic/face-api
and import it into the project
import '@te…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
…
kzay updated
7 months ago
-
# 🐛 bug report
I came across an issue where `parcel build` produces invalid code when `parcel` alone simply works.
Say I have the following files:
```js
// index.mjs
export * from './modu…
-
The posenet model has been updated since then. Could you add a bit of code so that we can automatically update the NPM dependencies?
Thanks