bonnet icon indicating copy to clipboard operation
bonnet copied to clipboard

Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.

Results 21 bonnet issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.7.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.7.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

./cnn_train.py -d data.yaml -n net.yaml -t train.yaml -l /home/wuxin/YZH/object_detect/bonnet/train_py/log ---------- INTERFACE: data yaml: data.yaml net yaml: net.yaml train yaml: train.yaml log dir /home/wuxin/YZH/object_detect/bonnet/train_py/log model path None model type iou ----------...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.0.12 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Hello,I want to train cityscapes datasets from scratch, But when I run: `developer@linux:/shared/bonnet/train_py$ ./cnn_train.py -d cfg/cityscapes/data.yaml -n cfg/cityscapes/net_bonnet.yaml -t cfg/cityscapes/train_bonnet.yaml -l ./log` some opencv errors occurs: `developer@linux:/shared/bonnet/train_py$ ./cnn_train.py -d cfg/cityscapes/data.yaml...

Hello This Project seems very helpful. Thank you in advance. My robot runs with ROS Melodic and Ubuntu 18.04. Is there a chance to run this with ROS Melodic and...

Hi, when training the Bonnet model from scratch with the Cityscapes dataset (already preprocessed), it gives me a warning in lines 684, 693 and 693 in abstract_net.py, since it tries...

Hi, I ran this command to generate files for using in tensorRT but I got this error. python cnn_freeze.py -p city_768_inception\city_768 -l city_768_inception\city_768_frozen Looking for model in \iou Retrieving model...