FasterSeg icon indicating copy to clipboard operation
FasterSeg copied to clipboard

[ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan Li, Zhangyang Wang

Results 16 FasterSeg issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 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

hello @chenwydj 555~ I stuck in step one..... My environment : Hardware:A100-40G Nvidia-Driver:450.xxx(forgot the details) CUDA11.0 python3.6.9 cuDNN8.0.4 TensorRT7.2.5.1 Before I run "train_search.py",I have checked all the requirements. The samples...

I got the following errors when I run python run_latency.py: [TensorRT] ERROR: Network must have at least one output [TensorRT] ERROR: Network validation failed. Do you know why? THanks,

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.8.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Hello @chenwydj, We have already asked how we train FasterSeg with Custom Data, see [here](https://github.com/VITA-Group/FasterSeg/issues/46#issue-727218093). However, we would still have a question regarding the image resolution and the necessary adjustments...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.4.19 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

Whether the architectures are different after each searching? If so, how do you choose final searched models for retraining?

Thanks for your work, I'm trying to use FasterSeg with my own custom data. My tack is just Two-class task. The imgsize of my data is 1280*640, and the integers...

I want to know how to get the train_fine_val.txt file. Do I need to execute the code from step one? Is there any way to obtain this file? I currently...