Jing-Yuan Chang

Results 9 comments of Jing-Yuan Chang

I change the Python version to 3.7 and the followings are the packages I install. Details absl-py==1.4.0 astor==0.8.1 backcall==0.2.0 blosc==1.10.6 cassandra-driver==3.25.0 certifi==2022.12.7 charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 cycler==0.11.0 debugpy==1.6.6 decorator==5.1.1 diskcache==4.1.0 entrypoints==0.4...

I also encounter the memory explosion issue in p2ch11 when doing validation. My memory size is 32GB. I have no idea what happened.

I can see the progress bar begins at 0%. ![image](https://github.com/qaz812345/TrackNetV3/assets/72870472/e1c36cb6-c6cd-44c4-89d1-4f84089f5229) However, I find out that my 32GB RAM explodes just in a few seconds, so I terminate the process right...

My input video file is 1920x1080, 25fps and only 7 seconds. This kind of memory explosion occurs on my two systems. Unfortunately, there is no any error message coming out....

Now using `--large_video` can infer successfully, but the inference speed is slow. However, there is another small problem in the inference result. I find out that the "Visibility" is always...

Yeah, there are X and Y coordinate values both greater than 0 when the "Visibility" is 1. The scenario is that when the inference frames don't have any shuttlecocks (we...

The problem is in dataset.py -> class VideoAnomalyDataset_C3D -> def _load_data -> line 74: `l = os.listdir(self.data_dir + '/' + video_file)` This path should be your image directory not the...

I also encountered this problem. Fortunately, I finally solved it. You can find there may be two or more tasks in the task list. The following image you can find...

[Solution](https://github.com/zhongyang219/TrafficMonitor/issues/2164#issuecomment-3310561714) #2151 #2164