Alok Verma

Results 10 comments of Alok Verma

@fdp0525 I tried to run it again, but still I get the same error. Then I checked the .cam files of the bloster dataset. It seems to miss the intrinsic...

Tagging @pfmark who I think might have clue. Any suggestions and comments would be helpful and appreciated :)

@mdfaheem786 Unfortunately i am not allowed to share it.

@pfmark Unfortunately I had to move on a long time ago because lack of community support and I did not note down the scene and timestamps. But anyways, this issue...

[this comment](https://github.com/scaleapi/pandaset-devkit/issues/65#issuecomment-645868147) should give you all the information.

One workaround for this issue is to download the nltk resources in a desired safer manner before.

Thanks for the PR. I gave suggestion in the PR. I am not sure about the need of downloading nltk tokenizers when the module is imported. If possible it should...

Sharing a slightly more verbose version. I would do this: ``` def download_nltk_resources_guarded() -> None: """Download 'punkt_tab' tokenizer. Downloading nltk with distributed barrier otherwise race condition can occur when multiple...

suggestion: would rethink the current download on import behaviour.

>To add an extra layer we could add a condition to have the user manually download and cache the data: please run python -c "import nltk; nltk.download('punkt') Works for me....