anonymous

Results 24 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...

fixed 2 bugs, `diamond` style no effect and `missing unique key` in `innerEyeStyles/diamond.js`, change to this ``` return ( ); ``` in `outerEyeStyles/diamond.js`, chang to this ``` return ( );...

the reason I do this is because the second and first toast will take up too much view space, so I have to quickly turn off the previous toast without...

good, your idea is better. `limit={1}` something like this. remove the dismiss animation and keep the displayed animation https://github.com/fkhadra/react-toastify/assets/1804003/92733418-5958-4b9d-a592-2c59af46b535

@stephanecharette thank you for reply! yolo v3 is installed on Windows 10 hard drive. yolo v4 is installed on another Windows 11 hard drive. They are all isolated from each...