MaxWinklh2908
MaxWinklh2908
I found the missing setup.py in https://github.com/tensorflow/models/blob/archive/research/setup.py Installation was successful after doing to fix from https://github.com/tensorflow/models/issues/10754 as well
I also had this issue. Solved it by insert the following lines in annotation_gui_gcp/main.py before the line `from annotation_gui_gcp.lib import GUI`: ``` # Add opensfm directory to path import os...
A workaround for me is moving the folders **annotation_gui_gcp/css** and **annotation_gui_gcp/js** to a new sub folder **annotation_gui_gcp/static**.