SnawarHussain
SnawarHussain
hi, you can feed a batch like this to the SAM image encoder with onnx runtime: ```python encoder_inputs = {"x": [batch[0,...].cpu().numpy(), batch[1,...].cpu().numpy(), batch[2,...].cpu().numpy()] } output = self.sam_encoder_session.run(None, encoder_inputs) image_embedding =...
if you change the parametrization to HMM from Kmeans, the VAME compute HMM but only looks for saved results in the 'kmeans_' folder later. and not 'hmm_' furthermore, all the...
I changed the code and also added parallelization for creating frames (though it didn't improve the speed greatly). If you want I can send you a modified version of the...