dmvr icon indicating copy to clipboard operation
dmvr copied to clipboard

Results 6 dmvr issues
Sort by recently updated
recently updated
newest added

Dear developers of this code, I am trying to follow the guideline you have provided but somehow fail to generate the tfrecord file. Any help would be much appreciated. Let...

Thanks for your amazing work. **Error** ```tensorflow.python.framework.errors_impl.InvalidArgumentError: Name: , Key: image/encoded, Index: 0. Number of values != expected. values size: 100 but output shape: [] [[{{node ParseSingleSequenceExample/ParseSequenceExample/ParseSequenceExampleV2}}]] [Op:IteratorGetNext] 2022-04-15 13:19:55.258721:...

Hi, thanks for your work! When I use this code to process the process videos in the EPIC-KITCHENS-100 dataset to tfrecord file, I found that the processing speed is extremely...

When I receive data from the dataloader, sometimes all the frames are loaded as the same data. It's worth noting that this doesn't happen with all the received data, as...

Hi, First of all, thanks for sharing this code. I am using it for implementing some Video Vision Transformers with a custom dataset. I wrote my own code for generating...