If you want to perform prediction using a COCO annotation file, provide COCO json path as add--dataset_json_path dataset.jsonand coco image folder as--source path/to/coco/image/folder, predictions will be exported as a coco json file to runs/predict/exp/results.json. Then you can use co...
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' classpath 'com.github.johnrengelman:shadow:7.1.2' } } def mcVersionStr = "${(int) (mcVersion / 10000)}.${(int) (mcVersion /...