VideoBERT
VideoBERT copied to clipboard
Using VideoBERT to tackle video prediction
Traceback (most recent call last): File "VideoBERT/VideoBERT/I3D/minibatch_hkmeans.py", line 30, in main() File "VideoBERT/VideoBERT/I3D/minibatch_hkmeans.py", line 26, in main hkmeans(root, prefix, 4, 12, batch_size, 15, save_dir, 'vecs', centroid_dir) File "/usr/local/lib/python3.7/dist-packages/hkmeans_minibatch/hkmeans.py", line 99,...
HI, could you plz provide the pretrained model pt file? I want to export the onnx file
Traceback (most recent call last): File "VideoBERT/data/label_data.py", line 32, in data_dict[folder].extend(kmeans.predict(np.load(os.path.join(features_root, folder, features)))) File "Python\Python38\lib\site-packages\sklearn\cluster\_kmeans.py", line 1915, in predict X = self._check_test_data(X) File "Python\Python38\lib\site-packages\sklearn\cluster\_kmeans.py", line 998, in _check_test_data raise ValueError(...
Could you please explain the meaning of "change the inference file to include temperature if necessary" in README.md?And I am confused what should I do if I want to use...
root_path = '/content/drive/My Drive/VideoBERT' data_path = '/content/drive/My Drive/VideoBERT/training_data.csv' centers_file = '/content/drive/My Drive/VideoBERT/centers.npy' val_youcook = '/content/drive/My Drive/VideoBERT/val_data.csv'
I have to ask that do you have any figures how much this takes for pretraining and on which GPU and which dataset_ ? please if you can guide.
First, thank you for your great work :D Question is like the title asked. > Using the centroids, videos are tokenized and text captions are punctuated. Using the timestamps for...
First, thank you for your great work. Question is like the title asked. > After that the following file can be run to both punctuate text and group the text...
Hi, I am getting this error "ValueError: operands could not be broadcast together with shapes (17,600) (12,600) " when I am trying to run the code for "centroid_to_img". Can anybody...