Zhuangfang Yi 依庄防
Zhuangfang Yi 依庄防
I am wondering if `overlay` has been actively working on here.
Would love to know the fine-tuning workflow too. @MyDatasheet you'd be surprised, the results are quite impressive but there are some edge cases that would benefit from fine-tuning.
working on this too
Sorry to hijack the question here @jackkwok. @naruarjun, you can look into use [Label Maker](https://github.com/developmentseed/label-maker) to create full training dataset that will pair Mapbox's satellite imagery and the OSM roads...
> Make sure the "checkpoint" file exists in your `trained_checkpoint_dir`. This solved the problem for me. > I copied the ckpt files that I wanted to export to another folder,...
The bugs seem coming from `exporter_lib_v2.py`. Under `exporter_lib_v2.py`, I did: - Comment out line 264 - 265: ```python # concrete_function = detection_module.__call__.get_concrete_function() # status.assert_existing_objects_matched() ``` (Though, you still can leave...
Hi there, just comment out line 265, like ``` # status.assert_existing_objects_matched() ``` before you install Object Detection API, as I mentioned above https://github.com/tensorflow/models/issues/9209#issuecomment-720150922. This has been working in my cases...