Hello Michael,
Back with some basic questions again (never used go before) - I am getting the following message when trying to use the script:

Does this mean I do not have the dependencies? I did install kingpin.v2 by running o get gopkg.in/alecthomas/kingpin.v2 , but I do not know if I have to clone your other repo? Is there particular location that needs to be in?
Also - is the command to run this simply go run main.go <input image location> ?
As always - huge thanks!
Hello Michael,
Back with some basic questions again (never used go before) - I am getting the following message when trying to use the script:
Does this mean I do not have the dependencies? I did install kingpin.v2 by running
o get gopkg.in/alecthomas/kingpin.v2, but I do not know if I have to clone your other repo? Is there particular location that needs to be in?Also - is the command to run this simply
go run main.go <input image location>?As always - huge thanks!