gobert
gobert copied to clipboard
`make model` not working
running make model has this error:
make: *** No rule to make target 'export_image', needed by 'model'. Stop.
Is export_image target missing? (cannot see it in Makefile)
Two things you need to do:
first clone the repo recursive to init the go-bert python submodule and replace export_image with export/image in the make file and it will run just fine.
Will try on a fresh machine and document setup better.