facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.21k stars 5.45k forks source link

Write Output File as NPY instead of pdf #973

Open kp421 opened 4 years ago

kp421 commented 4 years ago

is it possible to write output file in .npy format?

jatinarora1 commented 3 years ago

It is possible to save the file with .npy extension.

import numpy

numpy.save("filename","data")