Terry

Results 4 issues of Terry

In case "tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialized value matching_filenames" error

### What is the bug or the crash? Segmentation fault (core dumped) make[2]: *** [src/crssync/CMakeFiles/synccrsdb.dir/build.make:71: src/crssync/CMakeFiles/synccrsdb] Error 139 make[1]: *** [CMakeFiles/Makefile2:8228: src/crssync/CMakeFiles/synccrsdb.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.......

Feedback
stale
Build/Install
Bug
Linux

When running:`pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools"` I get "Running setup.py install for mmpycocotools did not run successfully. │ exit code: 1 ╰─> [10 lines of output] running install /opt/conda/envs/openmmlab/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install...

```apls_utils.py``` only have ```_get_road_buffer``` function, after I rename it to ```get_road_buffer```, I can run this script to generate RGB image and mask, but the generated mask image is pure dark,...