Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OSLO 360-degree image compression
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
On-the-Sphere Learning for Omnidirectional images (OSLO)
OSLO 360-degree image compression
Commits
c0b5d380
Commit
c0b5d380
authored
1 year ago
by
PaulWawerek-L
Browse files
Options
Downloads
Patches
Plain Diff
lossfile_correction
parent
e71b8ab1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
OSLO-IC
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main_sphere_compression.py
+1
-0
1 addition, 0 deletions
main_sphere_compression.py
with
1 addition
and
0 deletions
main_sphere_compression.py
+
1
−
0
View file @
c0b5d380
...
...
@@ -556,6 +556,7 @@ def main():
assert
validation_dataset
.
resolution
==
args
.
healpix_res
,
"
resolution of validation dataset doesn
'
t match with input dataset
"
# save loss
if
args
.
loss_file
:
os
.
makedirs
(
args
.
out_dir
,
exist_ok
=
True
)
with
open
(
os
.
path
.
join
(
args
.
out_dir
,
args
.
loss_file
),
'
a
'
)
as
f
:
f
.
write
(
'
=
'
*
40
+
f
'
{
datetime
.
now
().
strftime
(
"
%d-%m-%Y %H
:
%
M
:
%
S
"
)
}
'
+
'
=
'
*
40
+
'
\n
'
)
# to visualize gradient status
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment