cmeer
Results
3
comments of
cmeer
I have the same problem
I got a step further. In the file train_net.py just above the lines (around line 138): cfg.freeze() default_setup(cfg, args) you have to put: cfg.MODEL.DEVICE = 'cpu' After that i had...
The problem was a fresh install of ubuntu misses gcc, g++, and libgl1. If you install that everything works. Maybe that can be added to the install script.