BuKeMod

Results 3 issues of BuKeMod

Hi ,How can I measure segmentation performance? Thanks for your answers.

I'm using the dataset from roboflow. Can you help me? !CUDA_VISIBLE_DEVICES=0 python prune_distill_step1.py --traindata_path "/kaggle/working/Crop-Fields-LOD-13-14-15-4/train/_annotations.coco.json" --valdata_path "/kaggle/working/Crop-Fields-LOD-13-14-15-4/valid/_annotations.coco.json" --trainsize 480 --valsize 126 --prune_ratio 0.3 --epochs 20 ===========================Parameter Settings=========================== Pruning Ratio: 0.3...

I have my custom dataset as a json in COCO format. Is there a simple way to use a dataset that uses a coco.json file for training? Please teach me.