mikey_t

Results 42 comments of mikey_t

Hi, I'm struggling to train a model using a dataset structured like the AVA dataset. Does anyone have a config file that they have used for this type of dataset...

I'd also like to be able to create one task with all of the videos in a folder. My solution was to convert all of the videos to `.jpg` files...

Yes it should be possible. Do you have a file in L1/USDA182 called "snapshot-XX.data-XXXX-XXXX" that was created on your computer (you should be able to tell based on date the...

You won't need to compile the epochs, it will occur automatically because the training will pick up from (retrain from) where the previous training left off. I just updated the...

Hi @pirocha, Sorry for the delay in getting back to you on this. I have created a new package [MLWIC2](https://github.com/mikeyEcology/MLWIC2). In this package you will be able to specify the...

1) We also used a sequence of images in the paper so that (for example) only a leg or snout was visible in an image and the only way the...

1. I don't know that we can conclude that it's not affected. The species with fewer images have lower accuracies, but this could be because their isn't enough data to...

This does not look like an error message from `MLWIC`. You might have another package loaded that has a function called `train`. A way to be sure you're using the...

It seems like for some reason, there are issues when you try to use the package when your files are on an external drive. (I'm assuming that your F drive...

Hopefully you're not going through the file names manually? There are ways to do this in Unix that can save you a lot of time. In Unix, I would go...