Hi, That's a very interesting project you have developed. However, I have been facing many issues running it. It seems like readme.md has been update recently, however it seems outdated. It says regarding model, train and image directories but I couldn't find them in the project. #1 was really helpful in preparing Images. I would strongly suggest you to mention those steps in Readme.
I extracted 10,000 frames from the video link you shared in #1 issue. This is exactly how processed images look like after using scripts in utils:

Next I used train.py script and used above shown images to train model. This is how it ran:

After going through the script, I came to the conclusion that Model saved is the result I expect to see if everything goes well. Which I couldn't find in my execution and training time seems to be unbelievable.
train.py creates a pickle file that looks like this:

and a checkpoint directory as below:

checkpoint/images directory seems to be empty and rest of the files doesn't seem good (Maybe because of their low size).
I might be doing something wrong with the procedure, It would be really helpful if you could guide me through this project.
Hi, That's a very interesting project you have developed. However, I have been facing many issues running it. It seems like readme.md has been update recently, however it seems outdated. It says regarding model, train and image directories but I couldn't find them in the project. #1 was really helpful in preparing Images. I would strongly suggest you to mention those steps in Readme.
I extracted 10,000 frames from the video link you shared in #1 issue. This is exactly how processed images look like after using scripts in utils:

Next I used train.py script and used above shown images to train model. This is how it ran:

After going through the script, I came to the conclusion that
Model savedis the result I expect to see if everything goes well. Which I couldn't find in my execution and training time seems to be unbelievable.train.py creates a pickle file that looks like this:

and a checkpoint directory as below:

checkpoint/images directory seems to be empty and rest of the files doesn't seem good (Maybe because of their low size).
I might be doing something wrong with the procedure, It would be really helpful if you could guide me through this project.