A first draft of the migration from train, eval, test to train, testand val. Here are the migrated models:
[X] keras classification
[X] unet instance segmentation
[X] Vit classification
[ ] Vit detection (skipped by @PN-picsell )
[x] all yolov5
[x] all yolov8
This PR needs careful reading as well as a complete testing of all the impacted images. Also, note that some eval keywoards couldn't be renamed because they were part of external packages (picsellia_tf2, picsellia_yolov5 etc)
A first draft of the migration from
train
,eval
,test
totrain
,test
andval
. Here are the migrated models:This PR needs careful reading as well as a complete testing of all the impacted images. Also, note that some
eval
keywoards couldn't be renamed because they were part of external packages (picsellia_tf2
,picsellia_yolov5
etc)