Dhruv rathi

Results 15 comments of Dhruv rathi

The solution is to explicitly declare your resource directory to the raw folder. Add the following snippet to your Module:app build.gradle file - `android{ sourceSets { main{ assets.srcDirs = ['src/main/res/raw']...

I tested compile 'com.soundcloud.android:android-crop:1.0.1@aar' on Redmi 2 Prime, and it was working fine.

Syntax has changed since 1.4, you can use the following code below - ` def __init__(self, FLAGS): attrs = FLAGS.flag_values_dict() for attr in attrs: setattr(self, attr.lower(), getattr(FLAGS, attr))`

This might come forward as a requirement in some cases. Will be helpful if made configurable.

Downgrading optax worked for me to get rid of this error. pip install optax==0.0.9

In the [SaveCardActivity](https://github.com/dhruv2601/Business-Card-Scanner/blob/master/app/src/main/java/businesscard/dhruv/businesscardscanner/SaveCardActivity.java) you can see the public class extractOCR extends AsyncTask { ProgressDialog pDial = new ProgressDialog(SaveCardActivity.this); @Override protected void onPreExecute() { pDial.setIcon(R.drawable.appicon); pDial.setMessage("Extracting Details"); pDial.setCancelable(false); pDial.setTitle("Scanning Card"); pDial.show();...

@akshatnitd Yes! I will prefer Firebase myself. So are you up for working on it?

You can also take a look at [trlx](https://github.com/CarperAI/trlx) library for reward function implementation.

Hi @yk, let's do it. From the discussion on #126 I'll be taking this task and proposing a step-by-step solution either tonight or tomorrow.

Hey all and @yk, I've trained a model for this task and it works well. Currently, I am working on testing the model on data other than the validation, i.e....