anonymous

Results 16 comments of anonymous

fixed it ! use `loadImageWithTag` replace `loadImageWithURLRequest` because on RN 0.25.1 there is no `loadImageWithURLRequest` method

oh! my fault! didn't look at the code carefully! some styles need 'theme',but some no need so those need 'theme' styles must pass the (theme), so those no need 'theme'...

`tensorflow upgrade guide` is not completely useful. TF 2.1.0 can run below. i upgrade the `generate_tfrecord.py`. ps: 1. i cann't get `csv_input` value, so i change it to `csv_path` 2....

@jhoeing yes, I found some issues with my code today! the detection result is not a big problem, the main thing is that it takes a long time with ETA....

sorry, my mistake! `hide-input` is in V2 https://v2.vuetifyjs.com/en/components/file-inputs/ not in V3 https://vuetifyjs.com/en/components/file-inputs/.

Temporary solutions: ``` .fileInput { ::v-deep { .v-input__control { display: none; } // .v-input__details{ // display: none; // } } } ``` but still hope the official support for this...