Im trying to visualize the data of the generated dataset h5. First I generated a new h5 following the instructions for new generated dataset. Then I was trying to visualize the augmentation using the recomendation from the readme.
I try using the notebook in the section "Verify data generator":
However it raises an error No module named ds_iterator
I also tried using "./rmpe_servert_tester.py raw save" But it didn't process anything nor show any error. Before this I modified the function main() in rmpe_server.py with
val = Server(["../dataset/val_dataset_new.h5"], [RmpeCocoConfig], 5556, "Val", shuffle=False, augment=False)"
Maybe I didn't understand all the instructions. Is it a different part of the notebook the one I should use? or is the command for save the images to disk needs me to create a folder or take any further step previously?
Im trying to visualize the data of the generated dataset h5. First I generated a new h5 following the instructions for new generated dataset. Then I was trying to visualize the augmentation using the recomendation from the readme.
I try using the notebook in the section "Verify data generator":
However it raises an error
No module named ds_iterator
I also tried using "./rmpe_servert_tester.py raw save" But it didn't process anything nor show any error. Before this I modified the function main() in rmpe_server.py with
Maybe I didn't understand all the instructions. Is it a different part of the notebook the one I should use? or is the command for save the images to disk needs me to create a folder or take any further step previously?