Issa Issa
Issa Issa
Any updates on the matter?
> Hi, I am using Google colab for running the script build_pretraining_dataset.py and the vocab.txt file is placed in google drive. I have mounted the drive as well. > >...
> I updated my issue. I added the error message. I am getting time out error exactly on the step where the model is automatically downloading.
I have access to the server but I am experimenting with different models so it would be faster and more efficient if it can be fixed through code. I was...
I was trying to find a method to call for couple of images to evaluate the estimation. Is there is a method like `model.evaluate(image, true_labels)`?
1- I have my data in this format following this link too `{'images': [{'bbox': [], 'file_name': '', 'image_size': [], 'id': '', 'height': '', 'width': ''}], 'annotations': [{'keypoints': [], 'image_id': '',...
@ly015 the test.py file saves the prediction into json file. is there a way to call evaluation in this file directly without rerunning and writing the file again?