Devbrat Anuragi
Devbrat Anuragi
I removed unnecessary _"- "_.
I added functionality to blur only specific objects in `blr_bg()`. in the previous version If you give `detect="Person"` then your code will blur except everything except a person. But with...
Thanks for your feature request and we will review and plan for it when necessary. If you feel we have help you, give us a STAR! :satisfied: **Describe the feature**...
I am Trying to read excel file but I am stuck at the > ReadableWorkbook wb = new ReadableWorkbook(Objects.requireNonNull(inputStream) Following is Simple app to read data from excel file. public...
InputStream is = null; try { is = new FileInputStream(new File(DOC_PATH)); } catch (FileNotFoundException e) { e.printStackTrace(); } Workbook workbook = StreamingReader.builder() .rowCacheSize(1) .bufferSize(14096) .sstCacheSize(14857) .open(is); for(Sheet sheet : workbook)...
hey i was trying to reproduce your results. I just ran your code cell be by but i am getting the error ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last)...
Added the link to the game python file
FIxed Grammar in README.md
I have replaced the DataLoader with PyTorchDataLoader. This will help to resolve the error : "DataLoader() has no argument" mentioned in the issue page.