Missing lfs objects after migrated from github

I had migrated a github project to my gitlab server. However when I do a git clone from gitlab repository I got the following error:
remote: Enumerating objects: 3892, done.
remote: Counting objects: 100% (3892/3892), done.
remote: Compressing objects: 100% (2302/2302), done.
remote: Total 29667 (delta 1618), reused 2869 (delta 1375), pack-reused 25775
Receiving objects: 100% (29667/29667), 393.26 MiB | 2.83 MiB/s, done.
Resolving deltas: 100% (9715/9715), done.
warning: auto-detection of host provider took too long (>2000ms)
warning: see aka.ms/gcm/autodetect for more information.
Updating files: 100% (19668/19668), done.
Downloading examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (4.3 MB)
Error downloading object: examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (591e45a): Smudge error: Error downloading examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72): LFS: Repository or object not found: gitlab.local.com:20080/innovation/External.git/gitlab-lfs/objects/591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72

Had tried to get the missing file from web interface and I got File Not found error.

Had tried to clone using HTTP or SSH the same problem persists. However cloning from github problem is not reproduced. There are many other lfs files but this is the only one that presents this problem.

Also had installed

git install lfs

Also checked out lfs logs

git lfs logs last
git-lfs/3.0.2 (GitHub; windows amd64; go 1.17.2)
git version 2.35.0.windows.1

$ git-lfs.exe filter-process
Error downloading object: examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (591e45a): Smudge error: Error downloading examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72): LFS: Repository or object not found: gitlab.local.com:20080/innovation/External.git/gitlab-lfs/objects/591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72
Check that it exists and that you have proper access to it

Repository or object not found: gitlab.local.com:20080/innovation/External.git/gitlab-lfs/objects/591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72
Check that it exists and that you have proper access to it
LFS
Error downloading examples/refApps/GAPI/pc/age-gender-recognition-retail-0013.blob (591e45aca0bdffa1763cf895fcef51447dc4e1d4d701a3a54e6f12264492ae72)
Smudge error
main.main

Current time in UTC:
2022-02-12 18:35:28

ENV:
LocalReferenceDirs=
ConcurrentTransfers=8
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
AccessDownload=none
AccessUpload=none
DownloadTransfers=basic,lfs-standalone-file,ssh
UploadTransfers=basic,lfs-standalone-file,ssh

Also tried removing file from my local repo and then commit / push it again but the problem persists.

Any idea how can I solve this problem?