Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 368 Bytes

unreal.md

File metadata and controls

14 lines (9 loc) · 368 Bytes

Instance Segmentation (Mask_RCNN)

Run the folowing to train the model on synthetic images. It produces a weight file (unreal_model_weights.h5).

python unreal_train.py

Run the following to generate 2D bounding box data (.npy) which is used by the 3D bounding box model.

python unreal_bbox2d.py