Moti Ram

Results 21 comments of Moti Ram

I have the same question, The creaate_face_embedding.py creating extracted_dict.pickle file. If I am using that In place I am getting an error in below function: Dictionary key does not have...

The dataloader have target variable. SInce I am using unlabled data so I do not have label. How to handle that? I am keeping target = 0 to make code...

@cilemafacan When I run the simclr.py for my dataset then this step would save npz file. If I open that file then the nearest neighbors are same for all the...

here is my get_item ``` def __getitem__(self, index): # sample = self.dataset.__getitem__(index) # image = sample['image'] sample ={} image = self.dataset.__getitem__(index)[0] sample['target'] = 1 sample['image'] = self.image_transform(image) sample['image_augmented'] = self.augmentation_transform(image)...

what will be target in your get items? Do you have labels?

Here are steps that help you do this. 1. Use open pose to estimate pose for the reference image and put that json file in the ~datasets/pose_coco folder 2. Go...

Unfortunately that is not happening. I tried it. On Tue, Sep 1, 2020, 12:34 PM Mushahidul Islam Shamim < [email protected]> wrote: > Thanks a lot for your reply. > So...

Hi @Sarath-Chand, Did you find any solution of it

I changed the version of faiss gpu and it worked On Wed, Mar 2, 2022, 08:48 tengteng-Lin ***@***.***> wrote: > I have the same error with RTX3090 > > —...