Hi
i am trying to build an object detection model to detect cars and humans using tensorflow, i have labeld my dataset using roboflow and download it as TF record fromat. my problem is i dont know how to upload the datset to my model to train. is there any articles to read or any course you recommend?
One place where object detection is taught is in Course 4 of the Deep Leaning Specialization - on Coursera.
The general topic there is “YOLO”, (for “You Only Look Once”), if you want to look it up elsewhere.
i mean what do you mean you dont know how to upload dataset, dataset is loaded at first when we train our model, and then we do train and test on that loaded data, you can refer to tensorflow documentation to load the dataset from your local storage.