venkatram-dev

Results 20 comments of venkatram-dev

Created PR https://github.com/roboflow/roboflow-python/pull/313 . After merging this PR 313, we can work on below issue. There is one more issue https://github.com/roboflow/roboflow-python/issues/314.

not able to replicate with coco 2017 dataset https://cocodataset.org/#download. Will you be able to share any other dataset to replicate this ?

Not able to replicate the error with widerface dataset as well. Used the code below. If possible, please share exact code which shows the exception. ``` import torch import torchvision...

Please install torch_tb_profiler `pip install torch_tb_profiler` https://github.com/pytorch/tutorials/blob/main/intermediate_source/tensorboard_profiler_tutorial.py#L170C7-L170C36

created PR https://github.com/pytorch/vision/pull/8615

Tested the changes in local ### Before the change ``` python t.py 2024-08-27 22:00:47,024 INFO worker.py:1783 -- Started a local Ray instance. Using files: ['/Users/vr/ray_test_venv/sample_data/file2.json.gz', '/Users/vr/ray_test_venv/sample_data/empty_file.json.gz', '/Users/vr/ray_test_venv/sample_data/file1.json.gz'] 2024-08-27 22:00:48,306 INFO...

@scottjlee , Please review.

> could you also add a unit test in `test_json.py` to test the change in this PR? you can follow the logic in the reproducible example from the [original issue](https://github.com/ray-project/ray/issues/47198)....

created PR for it https://github.com/ray-project/ray/pull/47378