darkflow
darkflow copied to clipboard
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
I'm currently doing the prep work on this and would like to ask if the conversion is technically possible
Compiling darkflow/cython_utils/nms.pyx because it changed. Compiling darkflow/cython_utils/cy_yolo2_findboxes.pyx because it changed. Compiling darkflow/cython_utils/cy_yolo_findboxes.pyx because it changed. [1/3] Cythonizing darkflow/cython_utils/cy_yolo2_findboxes.pyx C:\Users\82103\.conda\envs\DarkflowTest\lib\site-packages\Cython\Compiler\Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3)....
Resolves #1219
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Hello all! I've been trying to build the library for a while now but kept getting the same error messages in the command prompt when I try `py setup.py build_ext...
## Description This pull request simply contains the following changes: - Fixed import issues for tensorflow 2.x. - There are other pull requests (#1216, #1098 ) that does the same...
code i used to train my own dataset is `python flow --model cfg/tiny-yolo-voc.cfg --load bin/test.weights --train --annotation train/Annotations --dataset train/autos`
- Made changes to make compatible with TF 2. x - Removed old ```tf.contrib.layers``` and replace them with [TF Slim](https://github.com/google-research/tf-slim) - converted TF1.x API usage to tf.compat.v1 - More on...
Post the Tensorflow has been updated to Tensorflow 2. while running dark flow it's been running into a lot of errors. There is a high need to migrate TensorFlow code...
Hello, I have such a problem. I am part of the Ukrainian team that is developing a detection system that could help save many lives. I'm on the team as...