Barış Batuhan Topal
Barış Batuhan Topal
Yes, I train iteration-wise, my for loop is as follows: ```python for i in range(0, max_num_iters, val_per_iter): for i2 in range(0, val_per_iter): # do the processes given above # run...
A sample data format retrieved from the prepare_data method is also shared below for a small batch size of 2: ``` Shape of Images Array: torch.Size([2, 3, 800, 800]) Img...
I should also add that the problem is not specific to WIDER FACE. If I try to train my model for person detection by using COCO dataset and person labels,...
One last question, is there any process that converts density maps got as the result to actual people count (as a number)?
Thank you so much!
Additionally, is there any chance for us to test the model with new datasets or custom images? Do we need to extract features of the image(s) first manually and then...
The model I run is the Image Enhancement Model - FiveK