If the dataset is download from https://datasets.liris.cnrs.fr/fruitbin-version1, then the splitting of the data is described with txt files, a rearangment will have to be done to create different folder for Train, Eval and Testing.
If you have downloaded the dataset from https://datasets.liris.cnrs.fr/fruitbin-version1, the data splitting is described in txt files. To prepare the data for PVnet code with the FruitBin dataset, you need to perform preprocessing and rearrange the data to train/eval/test according to the steps described at https://gitlab.liris.cnrs.fr/gduret/fruitbin.
For using this PVnet code for the dataset FruitBin, Preprossesing and splitting of the data have to be done following the steps described in https://gitlab.liris.cnrs.fr/gduret/fruitbin .
An example of the folder architecture after rearrangement could be as follows:
An example of folder architecture can be :
```
├──Generated_Cameras_Training
...
...
@@ -70,7 +69,7 @@ An example of folder architecture can be :
```
If the processed has been successful, the training command for each fruit is :
If the preprocessing has been successful, the training command for each fruit is as follows: