Add Neural Network functionality support
Using the SDK you can now:
- Train neural networks
superannotate.run_training - Run predictions
superannotate.run_prediction - Run segmentations
superannotate.run_segmentation
and a few more NN related functionality is added.