TFSegmentation icon indicating copy to clipboard operation
TFSegmentation copied to clipboard

RTSeg: Real-time Semantic Segmentation Comparative Study

Results 26 TFSegmentation issues
Sort by recently updated
recently updated
newest added

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

Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 2.0.0 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

In line 512 of train/train.py, it says 'self.model.train_op' should be run. However, I could not find train_op in either basic_model and other model files. Anyone can help? Thx!

Need clarification... ** GFLOPs is computed on image resolution 360x640. However, the mIOU(s) are computed on the official image resolution required by CityScapes evaluation script 1024x2048.** Can you please let...

Nice to meet you. I have finished training, I try test. But there is a error. $ python3 main.py --load_config=fcn8s_shufflenet_test.yaml test Train FCN8sShuffleNet ... FileNotFoundError: [Errno 2] No such file...

![screenshot from 2018-11-12 15-57-59](https://user-images.githubusercontent.com/10519147/48341740-d7ce4280-e693-11e8-8523-47e20f970a10.png) I am checking the segmentation on my Nvidia gtx 1080 ti but am getting a 4 fps. We are running the following command for test -...

Hello, I'm interested in using this network with my own dataset for real time segmentation on a jetson TX2. Previous to that I want to see the performance of the...

Has anyone employed this code on jetson tx2? would that be a recommended move?