-
Thx for the fancy work.
I wonder is there any plan to release the code of masked patch prediction.
I am very interested in the detail of the training. For example, is there any data augmentation for…
-
Hi,I've read your introduction and code basically.Actually,I really love your idea to use AutoML to finish simple classification and use transfer learning to finish complicate classification.I think y…
-
Hi,
Thank you for this amazing project.
I have been exploring the feature maps produced by the pre-trained V-JEPA, using PCA component visualization.
![image](https://github.com/facebookresear…
-
Hi, Sir
I have a las File and I want to classify It.
I am successfully Classify Las Files as **Ground Vs Non Ground** But i want to classify Each Component separately, For Example separately…
-
# How to Resize, Pad Image to Square Shape and Keep Its Aspect Ratio in Python - jdhao's digital space
When we are using convolutional neural networks, most of the time, we need to fix the input imag…
-
Thank you for your exceptional work and the code you've provided.
I have a question regarding the use of depth embedding in the context of NyuV2 zero-shot classification.
For the conversion of depth…
-
- Pitch Shifting
- Volume
- Add noise
-
I have a question which might need your help or guidance on this. I am new to this. I followed your object detection with yolov5 to implement in android.
Right now I'm think to implement this A mode…
-
## Problem statement
1. image와 language pair의 관계에 대한 multi-modal pre-training을 넘어서, language supervision과 image self-supervision을 통해 데이터 효율을 높여본다.
- CLIP + SimCLR(image supervision)을 해보자
##…
-
Hello everyone,
I have trained my model on Image Size: 720*700 pxs. With modification of following two files.
i. object detection / core / preprocessor.py:
```
def resize_image(image,
…