Skip to content

Instantly share code, notes, and snippets.

View st235's full-sized avatar
🤖
Android SWE, Beep Boop Bop

Alex Dadukin st235

🤖
Android SWE, Beep Boop Bop
View GitHub Profile
package github.com.st235;
import android.content.ContentResolver;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.net.Uri;
import android.util.Log;
import androidx.annotation.NonNull;
@st235
st235 / build info.txt
Created March 15, 2024 22:25
Check assets file exists
Build file '/Downloads/11_ObjectDetection/app/build.gradle' line: 57
Could not determine the dependencies of task ':app:preBuild'.
> Could not create task ':app:assertModelsAreInAssets'.
> Cannot find yolov5s-fp16.tflite. Please, check your assets folder.
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
@st235
st235 / Face Attribute Classification.ipynb
Last active March 1, 2024 11:13
Scripts for training CelebA
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / ImageColorization.ipynb
Created October 15, 2023 14:36
[Applied tasks of CV] Image Colorization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / Week7.ipynb
Created October 15, 2023 10:35
[Applied tasks of CV] Week 7
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / Week5.ipynb
Created October 3, 2023 23:28
[Applied tasks of CV] Week 5
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / Week1.ipynb
Created September 8, 2023 00:03
[Applied tasks of CV] Week 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / Week1_Practice.ipynb
Created September 5, 2023 20:53
[Visual Geometry] Week 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@st235
st235 / MainActivity.java
Created June 5, 2023 07:36
POC of saving to files
public class MainActivity extends AppCompatActivity {
private Button button;
ActivityResultLauncher<Intent> launcher = registerForActivityResult(
new ActivityResultContracts.StartActivityForResult(),
new ActivityResultCallback<ActivityResult>() {
@Override
public void onActivityResult(ActivityResult result) {
Uri uri = result.getData().getData();
@st235
st235 / Question 10.ipynb
Last active May 22, 2023 21:31
HSE Question 10
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.