File size: 182 Bytes
be2715b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
default_target: main
.PHONY : default_target

$(VERBOSE).SILENT:

SHELL = /bin/sh

sam_2D_example:
	python3 medsam.py -c dataloader/yaml_data/buid_sam.yml -2D 
.PHONY: sam_2D_example