static void Main(string[] args) { //ProduceModelList(); //return; MeshConv convertor = new MeshConv(); convertor.BatchConvertModelNet(model_list_fn, "", "off", "obj"); }